Module: RubyRed::Commands

Defined in:
lib/rubyred/commands.rb,
lib/rubyred/commands/pug.rb,
lib/rubyred/commands/diag.rb,
lib/rubyred/commands/ping.rb,
lib/rubyred/commands/drink.rb,
lib/rubyred/commands/version.rb,
lib/rubyred/commands/characterize.rb,
lib/rubyred/commands/drink/drink_helper.rb

Defined Under Namespace

Modules: Characterize, Diag, Drink, Ping, Pug, Version

Class Method Summary collapse

Class Method Details

.include!Object



18
19
20
21
22
# File 'lib/rubyred/commands.rb', line 18

def self.include!
  @commands.each do |command|
    RubyRed::BOT.include!(command)
  end
end