module Attr::Gather::Workflow::Graphable::InstanceMethods

Instance methods for graph functionality

Public Instance Methods

to_dot(preview: true) click to toggle source

Returns a graphviz visualization of the workflow

@param preview [Boolean] show a preview image of the Workflow

@api public

# File lib/attr/gather/workflow/graphable.rb, line 38
def to_dot(preview: true)
  self.class.to_dot(preview: preview)
end