Expand description
Ruby language parser using tree-sitter-ruby.
Extracts method definitions, singleton methods, class/module definitions, call expressions, lambdas, and blocks as anonymous functions.
Functionsยง
- parse_
ruby - Parse Ruby source code and return the extracted facts.