Method: Acclaim::Command::DSL#command_path

Defined in:
lib/acclaim/command/dsl.rb

#command_pathObject

Returns the sequence of commands from #root that leads to this command.

Since:

  • 0.4.0



128
129
130
# File 'lib/acclaim/command/dsl.rb', line 128

def command_path
  command_ancestors.reverse
end