Class: EmptyCollectionDrawer
- Inherits:
-
GraphDrawer
- Object
- GraphDrawer
- EmptyCollectionDrawer
- Defined in:
- lib/generators/graphviz/empty_collection_drawer.rb
Instance Method Summary collapse
- #draw ⇒ Object
-
#initialize(node, config, factory) ⇒ EmptyCollectionDrawer
constructor
A new instance of EmptyCollectionDrawer.
Constructor Details
#initialize(node, config, factory) ⇒ EmptyCollectionDrawer
Returns a new instance of EmptyCollectionDrawer.
4 5 6 |
# File 'lib/generators/graphviz/empty_collection_drawer.rb', line 4 def initialize(node, config, factory) super node, config, factory end |
Instance Method Details
#draw ⇒ Object
8 9 10 |
# File 'lib/generators/graphviz/empty_collection_drawer.rb', line 8 def draw draw_children end |