Sha256: bb8d5d2f18fba8929594ea8a57fa7f927330f854b6660e060417d7007b7bb61d
Contents?: true
Size: 286 Bytes
Versions: 6
Compression:
Stored size: 286 Bytes
Contents
# [ 6, 6, 7, 8, 10] # Running through Tracer will not give the line numbers in the same # order. Also note 9 before 7. This is because in the parse tree # != has been turned into == with the branches switched. [true, false].each do |t| if t != true 8 else 10 end end
Version data entries
6 entries across 6 versions & 1 rubygems