method
each
rails latest stable - Class:
ActionDispatch::Journey::Routes
each(&block)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/routes.rb, line 33
def each(&block)
routes.each(&block)
end