class ActionDispatch::Journey::Visitors::Each
def visit(node, block)
Experimental RBS support (using type sampling data from the type_fusion
project).
def visit: (ActionDispatch::Journey::Nodes::Cat node, Proc block) -> untyped
This signature was generated using 1 sample from 1 application.
Loop through the requirements AST.
def visit(node, block) block.call(node) super end