Method: CommandKit::Commands::AutoRequire#dir

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

#dirString (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 directory to attempt to require command files within.



32
33
34
# File 'lib/command_kit/commands/auto_require.rb', line 32

def dir
  @dir
end