Method: Clamp::Command#invocation_path
- Defined in:
- lib/clamp/command.rb
#invocation_path ⇒ String (readonly)
Returns the path used to invoke this command.
35 36 37 |
# File 'lib/clamp/command.rb', line 35 def invocation_path @invocation_path end |