Method: CodeNode::GraphBuilder#render

Defined in:
lib/code_node/graph_builder.rb

#rendernil

Render the graph



71
72
73
74
# File 'lib/code_node/graph_builder.rb', line 71

def render
  stamp 'code_node/graph.dot', "#{@name}.dot"
  nil
end