Sha256: a4b2cd273f2bf8d7c9ca8d2558ef8d0f5bef3a572b814dbf64330f9ac3413a2d

Contents?: true

Size: 166 Bytes

Versions: 11

Compression:

Stored size: 166 Bytes

Contents

def f(a, b, c)
  ary = [nil]
  foo, bar, ary[0] = a, b, c
  ary[0]
end

f(:a, :b, :c)

__END__
# Classes
class Object
  private
  def f: (:a a, :b b, :c c) -> :c
end

Version data entries

11 entries across 11 versions & 1 rubygems

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