Sha256: 67b1b2fcd6e83ef32eb8b1917714b8c68ae6a42969dd3387d2671d6dbf5486fd

Contents?: true

Size: 191 Bytes

Versions: 11

Compression:

Stored size: 191 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

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/rescue3.rb
typeprof-0.15.3 smoke/rescue3.rb
typeprof-0.15.2 smoke/rescue3.rb
typeprof-0.15.1 smoke/rescue3.rb
typeprof-0.15.0 smoke/rescue3.rb
typeprof-0.14.1 smoke/rescue3.rb
typeprof-0.14.0 smoke/rescue3.rb
typeprof-0.13.0 smoke/rescue3.rb
typeprof-0.12.0 smoke/rescue3.rb
typeprof-0.11.0 smoke/rescue3.rb
typeprof-0.10.0 smoke/rescue3.rb