class ActionDispatch::Routing::RouteSet

def route_for(name, *args)

def route_for(name, *args)
  @_proxy.route_for(name, *args)
end