We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5811763
An early return while building enum decorators caused Ruby to crash. Changed return to break fixed the problem.
return
break