Skip to content

Fix Ruby Crash

Compare
Choose a tag to compare
@crashtech crashtech released this 21 Nov 06:05
· 193 commits to master since this release

An early return while building enum decorators caused Ruby to crash. Changed return to break fixed the problem.