Class: ModSpox::Handlers::Handler

Inherits:
Object
  • Object
show all
Defined in:
lib/mod_spox/handlers/Handler.rb

Instance Method Summary collapse

Instance Method Details

#process(data) ⇒ Object



7
8
9
# File 'lib/mod_spox/handlers/Handler.rb', line 7

def process(data)
    raise Exceptions::NotImplemented.new('Method has not been implemented')
end