# File lib/puppet/simple_graph.rb, line 428 428: def dotty (params = {}, dotfile = 'graph.dot') 429: File.open(dotfile, 'w') {|f| f << to_dot(params) } 430: system('dotty', dotfile) 431: end