Sha256: c07c4712bed3b6ec3c60ea9ea0c31c96c923be00a0d10e1824a1c926a785e366

Contents?: true

Size: 166 Bytes

Versions: 11

Compression:

Stored size: 166 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} r, k: Integer) -> nil
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/kwsplat2.rb
typeprof-0.15.3 smoke/kwsplat2.rb
typeprof-0.15.2 smoke/kwsplat2.rb
typeprof-0.15.1 smoke/kwsplat2.rb
typeprof-0.15.0 smoke/kwsplat2.rb
typeprof-0.14.1 smoke/kwsplat2.rb
typeprof-0.14.0 smoke/kwsplat2.rb
typeprof-0.13.0 smoke/kwsplat2.rb
typeprof-0.12.0 smoke/kwsplat2.rb
typeprof-0.11.0 smoke/kwsplat2.rb
typeprof-0.10.0 smoke/kwsplat2.rb