You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Ruby Query and test case (#22)
* add ruby query
* Add test and update tree-sitter query for Ruby
* Remove #strip! and rename test objects for easier debugging
* Mark requires as imports, simplify method call query
* Make sure the ruby test_file actually executes as a ruby script
* Mark method params as optional in ruby
* Modules can have comments in ruby, just like classes
* Add aliases to ruby tags and test files
* Include select-adjacent for docs on ruby modules, add :: as lineage
* Apply @pqn's lineage suggestion to ruby query and fix incorrect alias_method
---------
Co-authored-by: daviddale <[email protected]>
Co-authored-by: Matthew Bennett-Lovesey <[email protected]>