module EventMachine::Protocols::LineProtocol

def receive_line(line)

Invoked with lines received over the network
def receive_line(line)
  # stub
end