Sha256: 92c96c614db6ccedb5ee5b85d8f92dd0b3636afc60e84dd247ec1530ea76a6b2
Contents?: true
Size: 203 Bytes
Versions: 5
Compression:
Stored size: 203 Bytes
Contents
class App FooBar = Struct.new(:foo, :bar) end App::FooBar.new(1, "str") __END__ # Classes class App class FooBar < Struct attr_accessor foo(): Integer attr_accessor bar(): String end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.11.0 | smoke/struct3.rb |
typeprof-0.10.0 | smoke/struct3.rb |
typeprof-0.9.2 | smoke/struct3.rb |
typeprof-0.9.1 | smoke/struct3.rb |
typeprof-0.9.0 | smoke/struct3.rb |