Sha256: f3e443b190d7badfa7aebc231151a8c641ef424b8de1b3a2f344304f5c9735fa

Contents?: true

Size: 151 Bytes

Versions: 14

Compression:

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

14 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/hash5.rb
typeprof-0.15.3 smoke/hash5.rb
typeprof-0.15.2 smoke/hash5.rb
typeprof-0.15.1 smoke/hash5.rb
typeprof-0.15.0 smoke/hash5.rb
typeprof-0.14.1 smoke/hash5.rb
typeprof-0.14.0 smoke/hash5.rb
typeprof-0.13.0 smoke/hash5.rb
typeprof-0.12.0 smoke/hash5.rb
typeprof-0.11.0 smoke/hash5.rb
typeprof-0.10.0 smoke/hash5.rb
typeprof-0.9.2 smoke/hash5.rb
typeprof-0.9.1 smoke/hash5.rb
typeprof-0.9.0 smoke/hash5.rb