Sha256: 72a21a5b3cc90d04e4e494035178f0a24d93d242ef9d8add6b595553059e4a93
Contents?: true
Size: 266 Bytes
Versions: 12
Compression:
Stored size: 266 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 def foo : (String, ?Integer | String, ?Integer | String, String) -> ([String, Integer | String, Integer | String, String]) end
Version data entries
12 entries across 12 versions & 1 rubygems