class ActionDispatch::Journey::Visitors::Each

:nodoc:
Loop through the requirements AST

def visit(node, block)

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