Expand description
Ruby plugin โ the first language.
Extracts classes, modules, and methods (instance and singleton) via
Tree-sitter. parent carries the enclosing qualified name so a method
renders as Foo::Bar#baz and a nested class as Foo::Bar.