# File lib/Borges/RequestHandler/Registry.rb, line 12
  def clear_handlers
    @handlers_by_key = Hash.new
    @keys_by_handler = Hash.new
  end