Sha256: 2585fd0afb1504a69c9a4d44918c95c7d2baf09876ae380ad3fc9754563eac16

Contents?: true

Size: 162 Bytes

Versions: 5

Compression:

Stored size: 162 Bytes

Contents

# [2, 3, 4]
x=2 
x=3 if x=='a' or
  false
# What's weird here is we get two stops on line 4 and both times x is
# 4. In Ruby 1.9 we don't get *any* line traces.

Version data entries

5 entries across 5 versions & 1 rubygems

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