Class: ModSpox::Handlers::LuserMe
- Defined in:
- lib/mod_spox/handlers/LuserMe.rb
Instance Method Summary collapse
-
#initialize(handlers) ⇒ LuserMe
constructor
A new instance of LuserMe.
- #process(string) ⇒ Object
Methods inherited from Handler
Constructor Details
#initialize(handlers) ⇒ LuserMe
Returns a new instance of LuserMe.
5 6 7 |
# File 'lib/mod_spox/handlers/LuserMe.rb', line 5 def initialize(handlers) handlers[RPL_LUSERME] = self end |