Method: StateFu::Machine#graphviz

Defined in:
lib/machine.rb

#graphvizObject



179
180
181
# File 'lib/machine.rb', line 179

def graphviz
  @graphviz ||= Plotter.new(self).output
end