Sha256: 851d37f681af1bbacaf319728c57c1b4b93e5e63b9593785b0468835d614433f
Contents?: true
Size: 152 Bytes
Versions: 4
Compression:
Stored size: 152 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.4.2 | smoke/keyword4.rb |
typeprof-0.4.1 | smoke/keyword4.rb |
typeprof-0.4.0 | smoke/keyword4.rb |
typeprof-0.3.0 | smoke/keyword4.rb |