Sha256: b8a4dd11bd9d49ebe4fcd390d1f82f3dbb45b7d6b65b3edac42391c8459fb758

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

class Foo
  def self.new(a)
    super(a)
  end

  def initialize(a)
    @a = a
  end
end

Foo.new(1)

__END__
# Classes
class Foo
  @a: Integer

  def self.new: (Integer a) -> Foo
  def initialize: (Integer a) -> void
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/super3.rb
typeprof-0.15.3 smoke/super3.rb
typeprof-0.15.2 smoke/super3.rb
typeprof-0.15.1 smoke/super3.rb
typeprof-0.15.0 smoke/super3.rb