Sha256: 408f8b8c4ba2d9ad43f0a49cb3af52774fda8376a6b767c409f7b00ff31b8a79
Contents?: true
Size: 157 Bytes
Versions: 3
Compression:
Stored size: 157 Bytes
Contents
def foo(a) 1.times do x, y = a return x end end foo([:a, :b, :c]) __END__ # Classes class Object private def foo: ([:a, :b, :c]) -> :a end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.9.2 | smoke/array10.rb |
typeprof-0.9.1 | smoke/array10.rb |
typeprof-0.9.0 | smoke/array10.rb |