Class: Prism::DotVisitor::Table
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Inherits: | Object |
| Defined in: | lib/prism/dot_visitor.rb |
Class Method Summary
- .new(name) ⇒ Table constructor
Instance Attribute Summary
Instance Method Summary
Constructor Details
.new(name) ⇒ Table
Instance Attribute Details
#fields (readonly)
[ GitHub ]# File 'lib/prism/dot_visitor.rb', line 38
attr_reader :name, :fields
#name (readonly)
[ GitHub ]# File 'lib/prism/dot_visitor.rb', line 38
attr_reader :name, :fields