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/drink/drink_helper.rb

Defined Under Namespace

Modules: Diag, Drink, Ping, Pug

Class Method Summary collapse

Class Method Details

.include!Object



16
17
18
19
20
# File 'lib/rubyred/commands.rb', line 16

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