class ActionDispatch::Journey::Visitors::Each
:nodoc:
Loop through the requirements AST
def initialize(block)
def initialize(block) @block = block end
def visit(node)
def visit(node) super block.call(node) end
:nodoc:
Loop through the requirements AST
def initialize(block) @block = block end
def visit(node) super block.call(node) end