class Atheme::Service::Parser

Attributes

commands[R]
responder[RW]

Public Class Methods

new() click to toggle source
# File lib/atheme/service.rb, line 11
def initialize
  @commands = []
end

Public Instance Methods

register_command(command) click to toggle source
# File lib/atheme/service.rb, line 15
def register_command(command)
  @commands << command
end