Sha256: 4cd63357c95729a3ae76ca9383d120a7e022ea7808d0d63c1c6feb871366fd8f

Contents?: true

Size: 166 Bytes

Versions: 11

Compression:

Stored size: 166 Bytes

Contents

class Foo
  def foo
    @var = [1]
    @var = @var + [2]
  end
end

Foo.new.foo

__END__
# Classes
class Foo
  @var: Array[Integer]

  def foo: -> Array[Integer]
end

Version data entries

11 entries across 11 versions & 1 rubygems

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