Sha256: ec366bafd58a6e8de0b2d4c0e08646f61039167a3658fa5ade5644aeca1f6cea

Contents?: true

Size: 163 Bytes

Versions: 18

Compression:

Stored size: 163 Bytes

Contents

def foo(a)
  a.replace(["str"])
  a
end

foo([1, 2, 3])

__END__
# Classes
class Object
  def foo : ([Integer, Integer, Integer]) -> (Array[Integer | String])
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/array-replace.rb
typeprof-0.6.1 smoke/array-replace.rb
typeprof-0.6.0 smoke/array-replace.rb
typeprof-0.5.4 smoke/array-replace.rb
typeprof-0.5.3 smoke/array-replace.rb
typeprof-0.5.2 smoke/array-replace.rb
typeprof-0.5.1 smoke/array-replace.rb
typeprof-0.5.0 smoke/array-replace.rb
typeprof-0.4.2 smoke/array-replace.rb
typeprof-0.4.1 smoke/array-replace.rb
typeprof-0.4.0 smoke/array-replace.rb
typeprof-0.3.0 smoke/array-replace.rb
typeprof-0.2.0 smoke/array-replace.rb
typeprof-0.1.4 smoke/array-replace.rb
typeprof-0.1.3 smoke/array-replace.rb
typeprof-0.1.2 smoke/array-replace.rb
typeprof-0.1.1 smoke/array-replace.rb
typeprof-0.1.0 smoke/array-replace.rb