Class: KwykTree::Implementation
Instance Attribute Summary
Attributes inherited from Unit
Instance Method Summary collapse
Methods inherited from Unit
#graphviz_attributes, #graphviz_id, #graphviz_record_label, #initialize
Constructor Details
This class inherits a constructor from KwykTree::Unit
Instance Method Details
#graphviz_record_shape ⇒ Object
89 90 91 |
# File 'lib/kwyktree/unit.rb', line 89 def graphviz_record_shape "record" end |
#type ⇒ Object
85 86 87 |
# File 'lib/kwyktree/unit.rb', line 85 def type "implementation" end |