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



37
38
39
# File 'lib/clamp/command.rb', line 37

def invocation_path
  @invocation_path
end