Method: Dread::Graph#draw
- Defined in:
- lib/dread/graph.rb
#draw(output = 'console_output') ⇒ Object
28 29 30 31 32 33 |
# File 'lib/dread/graph.rb', line 28 def draw(output='console_output') case output when 'console_output' ConsoleOutput.generate(dependable_collection) end end |