Sha256: 2b14af7e61d28a8528c7f90d14b7b6e0871bf7f6950e9189c2e3c9fa0a78c92b

Contents?: true

Size: 144 Bytes

Versions: 12

Compression:

Stored size: 144 Bytes

Contents

def foo(o1=1, *r)
  [r]
end

foo()
foo("x", "x")
__END__
# Classes
class Object
  def foo : (?Integer | String, *String) -> [Array[String]]
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/rest6.rb
typeprof-0.6.1 smoke/rest6.rb
typeprof-0.6.0 smoke/rest6.rb
typeprof-0.5.4 smoke/rest6.rb
typeprof-0.5.3 smoke/rest6.rb
typeprof-0.5.2 smoke/rest6.rb
typeprof-0.5.1 smoke/rest6.rb
typeprof-0.5.0 smoke/rest6.rb
typeprof-0.4.2 smoke/rest6.rb
typeprof-0.4.1 smoke/rest6.rb
typeprof-0.4.0 smoke/rest6.rb
typeprof-0.3.0 smoke/rest6.rb