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

Version Path
rbx-linecache-1.2-universal-rubinius-1.2 test/data/if4.rb
rbx-linecache-1.1-universal-rubinius-1.2 test/data/if4.rb
rbx-linecache-1.0-universal-rubinius-1.2 test/data/if4.rb
rbx-linecache-0.44-universal-rubinius-1.2 test/data/if4.rb
rbx-linecache-0.44-universal-rubinius test/data/if4.rb
rbx-linecache-0.43 test/data/if4.rb