Sha256: 5060b473a92214e6e805e168ef7baefac08faf9ef9fc345a613d662687991719

Contents?: true

Size: 272 Bytes

Versions: 5

Compression:

Stored size: 272 Bytes

Contents

class Foo < Struct.new(:foo)
  def initialize(foo)
    super(foo.to_s)
  end
end

__END__
# Classes
class AnonymousStruct_generated_1 < Struct[untyped]
  attr_accessor foo(): untyped
end

class Foo < AnonymousStruct_generated_1
  def initialize: (untyped foo) -> void
end

Version data entries

5 entries across 5 versions & 1 rubygems

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