Sha256: 63cef555f5ee5f7d31a635ba2f1214301966936b171a33007c7edeee2769930c

Contents?: true

Size: 223 Bytes

Versions: 19

Compression:

Stored size: 223 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) -> Foo
  def initialize : (Integer) -> Integer
end

Version data entries

19 entries across 19 versions & 1 rubygems

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