class EventMachine::Timer

def cancel

Cancel the timer
def cancel
  EventMachine.send :cancel_timer, @signature
end