Method: StateFu::Machine#graphviz
- Defined in:
- lib/machine.rb
#graphviz ⇒ Object
179 180 181 |
# File 'lib/machine.rb', line 179 def graphviz @graphviz ||= Plotter.new(self).output end |
179 180 181 |
# File 'lib/machine.rb', line 179 def graphviz @graphviz ||= Plotter.new(self).output end |