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