class ActionDispatch::Routing::RouteSet::NamedRouteCollection

def each(&block)

def each(&block)
  routes.each(&block)
  self
end