class EventMachine::Connection

def get_idle_time

The number of seconds since the last send/receive activity on this connection.
def get_idle_time
  EventMachine::get_idle_time @signature
end