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::Literal | ActionDispatch::Journey::Nodes::Slash) node, Proc seed, Proc block) -> Proc

This signature was generated using 4 samples from 1 application.

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