Sha256: 8f95744c24f3e16de5b61cc777df2835f761e43c4c436de60977a1b61d37e3ec

Contents?: true

Size: 265 Bytes

Versions: 11

Compression:

Stored size: 265 Bytes

Contents

def foo(*a)
end

a = ["str"] + ["str"]
foo(1, *a, :s)

def bar(x, y, z)
end

a = ["str"] + ["str"]
bar(1, *a, :s)

__END__
# Classes
class Object
  private
  def foo: (*:s | Integer | String a) -> nil
  def bar: (Integer x, :s | String y, :s | String z) -> nil
end

Version data entries

11 entries across 11 versions & 1 rubygems

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