Module: RubyRed::Commands

Defined in:
lib/rubyred/commands.rb,
lib/rubyred/commands/ping.rb

Defined Under Namespace

Modules: Ping

Class Method Summary collapse

Class Method Details

.include!Object



13
14
15
16
17
# File 'lib/rubyred/commands.rb', line 13

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