Sha256: 1ca3ef6fbb85a49a6635bc434da57388cafb662fb54fb441d99d3051237287ca

Contents?: true

Size: 164 Bytes

Versions: 3

Compression:

Stored size: 164 Bytes

Contents

def foo(*r, k:)
end

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

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