module Really::Commands::BasicCommands

Public Instance Methods

command(command, options = {}) click to toggle source
# File lib/really/commands/basic_commands.rb, line 4
def command(command, options = {})
  _add_command command, options
end