Sha256: 45e73d78849fcbaa25a0ac9c853664add9a363c2e55fb85140fb5aaacf6e6733

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 Bytes

Contents

# [ 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

5 entries across 5 versions & 1 rubygems

Version Path
linecache-tf-1.3.1 test/data/if4.rb
linecache-tf-1.2 test/data/if4.rb
linecache-tf-1.0 test/data/if4.rb
linecache-tf-0.45 test/data/if4.rb
linecache-tf-0.44 test/data/if4.rb