class ActionDispatch::Journey::Visitors::Each

def visit(node, block)

:nodoc:
Loop through the requirements AST.
def visit(node, block)
  block.call(node)
  super
end