class EventMachine::Connection

def notify_writable?

Returns true if the connection is being watched for writability.
def notify_writable?
  EventMachine::is_notify_writable @signature
end