Sha256: bc8ae46da35d5ffd78f9162d1ca4ede4bbbbf45788f67b120f7e8d6dcc7f2f37

Contents?: true

Size: 155 Bytes

Versions: 8

Compression:

Stored size: 155 Bytes

Contents

def foo(*r, k:)
end

a = [1, 2, 3]
h = { k: 42 }
foo(*a, **h)

__END__
# Classes
class Object
  def foo : (*Integer | {k: Integer}, k: Integer) -> nil
end

Version data entries

8 entries across 8 versions & 1 rubygems

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