Method: Puppet::Graph::SimpleGraph#to_dot

Defined in:
lib/puppet/graph/simple_graph.rb

#to_dot(params = {}) ⇒ Object

Output the dot format as a string



478
# File 'lib/puppet/graph/simple_graph.rb', line 478

def to_dot(params = {}) to_dot_graph(params).to_s; end