# File lib/Borges/RequestHandler/Registry.rb, line 95 def collect_expired_handlers # XXX is this hack correct? @handlers_by_key.each_value do |handler| unless handler.respond_to? :active? and handler.active? then unregister_request_handler handler end end end