Sha256: 0608c72fde49035a81f2091147452f563b5ed48e27b628199760bba8e22e79ae

Contents?: true

Size: 190 Bytes

Versions: 3

Compression:

Stored size: 190 Bytes

Contents

Ary = [1, "str"]

def foo
  Ary[
    begin
      0
    rescue
      1
    end
  ]
end

__END__
# Classes
class Object
  Ary: [Integer, String]
  private
  def foo: -> (Integer | String)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/rescue3.rb
typeprof-0.9.1 smoke/rescue3.rb
typeprof-0.9.0 smoke/rescue3.rb