Sha256: a86411579999e3682afb05126dd47a5fabb0b54c2655022b498c49600c45f552

Contents?: true

Size: 159 Bytes

Versions: 11

Compression:

Stored size: 159 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) -> :a
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/array10.rb
typeprof-0.15.3 smoke/array10.rb
typeprof-0.15.2 smoke/array10.rb
typeprof-0.15.1 smoke/array10.rb
typeprof-0.15.0 smoke/array10.rb
typeprof-0.14.1 smoke/array10.rb
typeprof-0.14.0 smoke/array10.rb
typeprof-0.13.0 smoke/array10.rb
typeprof-0.12.0 smoke/array10.rb
typeprof-0.11.0 smoke/array10.rb
typeprof-0.10.0 smoke/array10.rb