Class: EmptyCollectionDrawer

Inherits:
GraphDrawer show all
Defined in:
lib/generators/graphviz/empty_collection_drawer.rb

Instance Method Summary collapse

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

#drawObject



8
9
10
# File 'lib/generators/graphviz/empty_collection_drawer.rb', line 8

def draw
	draw_children
end