Sha256: 6e909683f3b74cf265046aedc65d3ec1b84dab0faeff304aad1eb025586af9bf

Contents?: true

Size: 149 Bytes

Versions: 14

Compression:

Stored size: 149 Bytes

Contents

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

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