class ActionDispatch::Journey::Visitors::Each
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/action_dispatch/journey/visitors.rbs class ActionDispatch::Journey::Visitors::Each < ActionDispatch::Journey::Visitors::FunctionalVisitor def visit: ((ActionDispatch::Journey::Nodes::Literal | ActionDispatch::Journey::Nodes::Slash) node, Proc seed, Proc block) -> Proc end
:nodoc:
Loop through the requirements AST.
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.
Loop through the requirements AST.
def visit(node, block) block.call(node) super end