module EventMachine::Protocols::LineText2

def receive_binary_data data

Stub. Should be subclassed by user code.
def receive_binary_data data
  # no-op
end