Sha256: 62b5af9133765bc278442ff214c6894b59096492d8f268dd813829d293d6900b
Contents?: true
Size: 286 Bytes
Versions: 36
Compression:
Stored size: 286 Bytes
Contents
# [ 6, 7, 7, 10, 8] # 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
36 entries across 33 versions & 7 rubygems