Sha256: 7c018c514eef48000ec5d5e98f506cb5ff6e00e1831a8f45456c3caade7d832b
Contents?: true
Size: 244 Bytes
Versions: 3
Compression:
Stored size: 244 Bytes
Contents
def bar(x) end def test_yield yield end def foo a = [1] test_yield do bar(a) end a end foo __END__ # Classes class Object private def bar: ([Integer]) -> nil def test_yield: { -> nil } -> nil def foo: -> [Integer] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.9.2 | smoke/array12.rb |
typeprof-0.9.1 | smoke/array12.rb |
typeprof-0.9.0 | smoke/array12.rb |