Sha256: bd2bdb5e44c5b6b03928125f277b09db82ef50bac1924f1b966407b487db9187
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 Bytes
Contents
class Foo < Struct.new(:foo) def initialize(foo) super(foo.to_s) end end __END__ # Classes class AnonymousStruct_generated_1 < Struct attr_accessor foo(): untyped end class Foo < AnonymousStruct_generated_1 def initialize: (untyped) -> Foo end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.9.2 | smoke/struct6.rb |
typeprof-0.9.1 | smoke/struct6.rb |
typeprof-0.9.0 | smoke/struct6.rb |