class EventMachine::Connection

def notify_readable= mode

Other tags:
    See: #notify_readable? -
def notify_readable= mode
  EventMachine::set_notify_readable @signature, mode
end