class Percheron::Commands::Graph
Public Instance Methods
default_output()
click to toggle source
# File lib/percheron/commands/graph.rb, line 13 def default_output 'percheron_%s.png' % stack.name end
execute()
click to toggle source
Calls superclass method
Percheron::Commands::Abstract#execute
# File lib/percheron/commands/graph.rb, line 8 def execute super stack.graph!(output || default_output) end