RUBY

Constant RUBY 

Source
pub const RUBY: &str = r#"
    (method
      name: (identifier) @name) @method

    (singleton_method
      name: (identifier) @name) @method

    (class
      name: (constant) @name) @class

    (module
      name: (constant) @name) @module

    (alias
      name: (identifier) @name) @alias
"#;
Expand description

Ruby symbol extraction query