method
rehash
ruby latest stable - Class:
Shell ::CommandProcessor
rehash()public
Clears the command hash table.
# File lib/shell/command-processor.rb, line 256
def rehash
@system_commands = {}
end rehash()Clears the command hash table.
# File lib/shell/command-processor.rb, line 256
def rehash
@system_commands = {}
end