lib-ruby-parser 4.0.4+ruby-3.1.1

Ruby parser
Documentation
1
2
3
4
5
/// Module that performs a search of AST nodes on a given AST
pub mod finder;

/// Module that performs top-down visiting of all nodes on a given AST
pub mod visitor;