method
undef_system_command
v1_8_7_72 -
Show latest stable
- Class:
Shell::CommandProcessor
undef_system_command(command)public
No documentation available.
# File lib/shell/command-processor.rb, line 374
def self.undef_system_command(command)
command = command.id2name if command.kind_of?(Symbol)
remove_method(command)
Shell.module_eval{remove_method(command)}
Filter.module_eval{remove_method(command)}
self
end