Sha256: 76c3553196b5b7ae0206c9b6cc5c6523aa2ec86cbf39c5b048a78cf8885f8be3

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

    x = 5
    def foo1
      y = 2
      raise Exception
    rescue Exception
      puts 'hi'
    end
    foo1()
    z = 1

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trepanning-0.0.9 test/functional/tmp/s1.rb
trepanning-0.0.8 test/functional/tmp/s1.rb
trepanning-0.0.6 test/functional/tmp/s1.rb
trepanning-0.0.4 test/functional/tmp/s1.rb