Sha256: 13b611a7ad79f33c2f8d18f7b74eb95c9119ed181f6e8255c03f3588e846cd3d
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 Bytes
Contents
def foo(a, o1=1, o2=2, *r, z) [a, o1, o2, r, z] end foo("A", "Z") foo("A", "B", "Z") foo("A", "B", "C", "Z") foo("A", "B", "C", "D", "Z") foo("A", "B", "C", "D", "E", "Z") __END__ # Classes class Object private def foo: (String, ?Integer | String, ?Integer | String, *String, String) -> ([String, Integer | String, Integer | String, Array[String], String]) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.9.2 | smoke/optional2.rb |
typeprof-0.9.1 | smoke/optional2.rb |
typeprof-0.9.0 | smoke/optional2.rb |