For backward compatibility, we need to keep this module:
-
As a container of helper methods
-
As a place to register commands with the deprecated
def_extend_command
method
Methods
Constants
NO_OVERRIDE | = | Command::NO_OVERRIDE |
For backward compatibility |
||
OVERRIDE_ALL | = | Command::OVERRIDE_ALL |
OVERRIDE_PRIVATE_ONLY | = | Command::OVERRIDE_PRIVATE_ONLY |
Class Public methods
def_extend_command(cmd_name, cmd_class, _, *aliases) Link
Drepcated. Use Command.regiser instead.
Instance Public methods
irb_load(*opts, &b) Link
Loads the given file similarly to Kernel#load
, see IrbLoader#irb_load
irb_require(*opts, &b) Link
Loads the given file similarly to Kernel#require