Class: EmptyDrawer

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

Instance Method Summary collapse

Constructor Details

#initialize(node, config, factory) ⇒ EmptyDrawer

Returns a new instance of EmptyDrawer.



4
5
6
# File 'lib/generators/graphviz/empty_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_drawer.rb', line 8

def draw
  ""
end