Sha256: a6bfcd241acba95f4ceeff83ba79b616f3a8581084830cf1b3d741d41d931c6d

Contents?: true

Size: 133 Bytes

Versions: 5

Compression:

Stored size: 133 Bytes

Contents

# tentative
class Foo < Struct.new(:a)
end
Foo.new.a = 1
__END__
# Classes
class (Struct) < Struct
  attr_accessor a() : untyped
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typeprof-0.1.4 smoke/struct.rb
typeprof-0.1.3 smoke/struct.rb
typeprof-0.1.2 smoke/struct.rb
typeprof-0.1.1 smoke/struct.rb
typeprof-0.1.0 smoke/struct.rb