Sha256: d249bc01472335ad3dd6f25198331dad6b741ba34df6670cff863cc4a878c561

Contents?: true

Size: 225 Bytes

Versions: 6

Compression:

Stored size: 225 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) -> Integer
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typeprof-0.14.1 smoke/super3.rb
typeprof-0.14.0 smoke/super3.rb
typeprof-0.13.0 smoke/super3.rb
typeprof-0.12.0 smoke/super3.rb
typeprof-0.11.0 smoke/super3.rb
typeprof-0.10.0 smoke/super3.rb