Sha256: 4e3e7409b37dcaa605f6abf65240fbfef220483d092bf31efb0a22604a31eb3c

Contents?: true

Size: 212 Bytes

Versions: 9

Compression:

Stored size: 212 Bytes

Contents

class App
  FooBar = Struct.new(:foo, :bar)
end

App::FooBar.new(1, "str")

__END__
# Classes
class App
  class FooBar < Struct[untyped]
    attr_accessor foo(): Integer
    attr_accessor bar(): String
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/struct3.rb
typeprof-0.15.3 smoke/struct3.rb
typeprof-0.15.2 smoke/struct3.rb
typeprof-0.15.1 smoke/struct3.rb
typeprof-0.15.0 smoke/struct3.rb
typeprof-0.14.1 smoke/struct3.rb
typeprof-0.14.0 smoke/struct3.rb
typeprof-0.13.0 smoke/struct3.rb
typeprof-0.12.0 smoke/struct3.rb