Sha256: cf43eaae3c8a4773ab6af14d2770368027cd9ce1930644579f93067848f028f5

Contents?: true

Size: 205 Bytes

Versions: 12

Compression:

Stored size: 205 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

12 entries across 12 versions & 1 rubygems

Version Path
typeprof-0.8.0 smoke/struct3.rb
typeprof-0.7.0 smoke/struct3.rb
typeprof-0.6.1 smoke/struct3.rb
typeprof-0.6.0 smoke/struct3.rb
typeprof-0.5.4 smoke/struct3.rb
typeprof-0.5.3 smoke/struct3.rb
typeprof-0.5.2 smoke/struct3.rb
typeprof-0.5.1 smoke/struct3.rb
typeprof-0.5.0 smoke/struct3.rb
typeprof-0.4.2 smoke/struct3.rb
typeprof-0.4.1 smoke/struct3.rb
typeprof-0.4.0 smoke/struct3.rb