# File lib/puppet/simple_graph.rb, line 424 424: def dotty (params = {}, dotfile = 'graph.dot') 425: File.open(dotfile, 'w') {|f| f << to_dot(params) } 426: system('dotty', dotfile) 427: end