class ActionDispatch::Journey::Routes

def clear

def clear
  routes.clear
  anchored_routes.clear
  custom_routes.clear
end