Method: CooCoo::Dot::Writer#write_graph_options
- Defined in:
- lib/coo-coo/dot.rb
#write_graph_options(graph, depth) ⇒ Object
96 97 98 99 100 |
# File 'lib/coo-coo/dot.rb', line 96 def (graph, depth) graph..collect do |key, value| indent(depth) + "#{key}=\"#{value}\";" end end |