Skip to main content

collect_ruby_identifiers

Function collect_ruby_identifiers 

Source
pub fn collect_ruby_identifiers(
    node: Node<'_>,
    source: &str,
    identifiers: &mut HashSet<String>,
)