Method: Clamp::Command#invocation_path

Defined in:
lib/clamp/command.rb

#invocation_pathString (readonly)

Returns the path used to invoke this command.

Returns:

  • (String)

    the path used to invoke this command



35
36
37
# File 'lib/clamp/command.rb', line 35

def invocation_path
  @invocation_path
end