Sha256: cededa0c5cc3028a22e82c907d2847e380a7e990cb760f129e67252efaa155d0
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
# [ 6, 7, 8, 10, 12 ] # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
linecache2-1.4.0 | test/data/if4.rb |