module Lita module Handlers class Tweet < Handler Lita.register_handler(self) end end end