Method: Acclaim::Command::DSL#command_path
- Defined in:
- lib/acclaim/command/dsl.rb
#command_path ⇒ Object
Returns the sequence of commands from #root that leads to this command.
128 129 130 |
# File 'lib/acclaim/command/dsl.rb', line 128 def command_path command_ancestors.reverse end |