Sha256: 7e1d56f5b65881bafb9939c327c3aa6e824d8c2e0780057efad9749b0f35e7a5

Contents?: true

Size: 148 Bytes

Versions: 8

Compression:

Stored size: 148 Bytes

Contents

def foo(**kw)
  kw
end

foo(n: 42, s: "str")

__END__
# Classes
class Object
  def foo : (**{n: Integer, s: String}) -> {n: Integer, s: String}
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/keyword4.rb
typeprof-0.6.1 smoke/keyword4.rb
typeprof-0.6.0 smoke/keyword4.rb
typeprof-0.5.4 smoke/keyword4.rb
typeprof-0.5.3 smoke/keyword4.rb
typeprof-0.5.2 smoke/keyword4.rb
typeprof-0.5.1 smoke/keyword4.rb
typeprof-0.5.0 smoke/keyword4.rb