Method: RGL::Graph#print_dotted_on

Defined in:
lib/rgl/dot.rb

Output the DOT-graph to stream s.



96
97
98
# File 'lib/rgl/dot.rb', line 96

def print_dotted_on(params = {}, s = $stdout)
  s << to_dot_graph(params).to_s << "\n"
end