Sha256: f0bebcfeb2ccdb0a3d41784a525f1b3728debf9defce5b8eed96bc91746d48a1

Contents?: true

Size: 142 Bytes

Versions: 10

Compression:

Stored size: 142 Bytes

Contents

def foo
  h = {}
  h[:int] = 1
  h[:str] = "str"
  h
end

foo
__END__
# Classes
class Object
  def foo : -> {:int=>Integer, :str=>String}
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typeprof-0.4.2 smoke/hash3.rb
typeprof-0.4.1 smoke/hash3.rb
typeprof-0.4.0 smoke/hash3.rb
typeprof-0.3.0 smoke/hash3.rb
typeprof-0.2.0 smoke/hash3.rb
typeprof-0.1.4 smoke/hash3.rb
typeprof-0.1.3 smoke/hash3.rb
typeprof-0.1.2 smoke/hash3.rb
typeprof-0.1.1 smoke/hash3.rb
typeprof-0.1.0 smoke/hash3.rb