class EventMachine::Connection

def notify_readable?

Returns:
  • (Boolean) - true if the connection is being watched for readability.
def notify_readable?
  EventMachine::is_notify_readable @signature
end