Function ruby_prism::visit_match_predicate_node
source · pub fn visit_match_predicate_node<'pr, V>(
visitor: &mut V,
node: &MatchPredicateNode<'pr>
)where
V: Visit<'pr> + ?Sized,
Expand description
The default visitor implementation for a MatchPredicateNode
node.