class ActionDispatch::Journey::Path::Pattern::AnchoredRegexp
def accept(node)
Experimental RBS support (using type sampling data from the type_fusion
project).
def accept: ((ActionDispatch::Journey::Nodes::Cat | ActionDispatch::Journey::Nodes::Slash) node) -> Regexp
This signature was generated using 9 samples from 1 application.
def accept(node) %r{\A#{visit node}\Z} end