class ActionDispatch::Routing::RoutesProxy

def initialize(routes, scope, helpers)

def initialize(routes, scope, helpers)
  @routes, @scope = routes, scope
  @helpers = helpers
end