Sha256: bd2992b9fd41aae925ab26c02729969d53ca03fcd70631fc62dee92435ef9337
Contents?: true
Size: 289 Bytes
Versions: 3
Compression:
Stored size: 289 Bytes
Contents
# [ 0, 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rbx-linecache-1.4-universal-rubinius-2.0 | test/data/if4.rb |
rbx-linecache-1.4-universal-rubinius-1.2 | test/data/if4.rb |
rbx-linecache-1.3-universal-rubinius-2.0 | test/data/if4.rb |