Method: CommandKit::Commands::AutoRequire#namespace

Defined in:
lib/command_kit/commands/auto_require.rb

#namespaceString (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The namespace to lookup command classes within.

Returns:

  • (String)


39
40
41
# File 'lib/command_kit/commands/auto_require.rb', line 39

def namespace
  @namespace
end