Sha256: 7ad200f1c2a2ad54565de44dea0a07e1b29a0f653f5dd110e08e41a6a37baf30

Contents?: true

Size: 156 Bytes

Versions: 10

Compression:

Stored size: 156 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

10 entries across 10 versions & 1 rubygems

Version Path
typeprof-0.4.2 smoke/kwsplat2.rb
typeprof-0.4.1 smoke/kwsplat2.rb
typeprof-0.4.0 smoke/kwsplat2.rb
typeprof-0.3.0 smoke/kwsplat2.rb
typeprof-0.2.0 smoke/kwsplat2.rb
typeprof-0.1.4 smoke/kwsplat2.rb
typeprof-0.1.3 smoke/kwsplat2.rb
typeprof-0.1.2 smoke/kwsplat2.rb
typeprof-0.1.1 smoke/kwsplat2.rb
typeprof-0.1.0 smoke/kwsplat2.rb