Sha256: 81ae2095c73e1dee2339234ff5a95dccfcdb7e1c49c0b2a78f8bde7344189ecb

Contents?: true

Size: 152 Bytes

Versions: 19

Compression:

Stored size: 152 Bytes

Contents

class Foo
  def foo
    h = {}
    key = ["str"]
    h[key] = 1
    h[key]
  end
end
Foo.new.foo
__END__
# Classes
class Foo
  def foo : -> Integer
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
typeprof-0.8.0 smoke/hash5.rb
typeprof-0.7.0 smoke/hash5.rb
typeprof-0.6.1 smoke/hash5.rb
typeprof-0.6.0 smoke/hash5.rb
typeprof-0.5.4 smoke/hash5.rb
typeprof-0.5.3 smoke/hash5.rb
typeprof-0.5.2 smoke/hash5.rb
typeprof-0.5.1 smoke/hash5.rb
typeprof-0.5.0 smoke/hash5.rb
typeprof-0.4.2 smoke/hash5.rb
typeprof-0.4.1 smoke/hash5.rb
typeprof-0.4.0 smoke/hash5.rb
typeprof-0.3.0 smoke/hash5.rb
typeprof-0.2.0 smoke/hash5.rb
typeprof-0.1.4 smoke/hash5.rb
typeprof-0.1.3 smoke/hash5.rb
typeprof-0.1.2 smoke/hash5.rb
typeprof-0.1.1 smoke/hash5.rb
typeprof-0.1.0 smoke/hash5.rb