Sha256: 56a20409cee1589553fdfabbd1208ca0a1e446a56d8b843ee5b42debfb44490c

Contents?: true

Size: 157 Bytes

Versions: 3

Compression:

Stored size: 157 Bytes

Contents

def foo(**kw)
  kw
end

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/keyword4.rb
typeprof-0.9.1 smoke/keyword4.rb
typeprof-0.9.0 smoke/keyword4.rb