fast icon indicating copy to clipboard operation
fast copied to clipboard

Find in AST - Search and refactor code directly in Abstract Syntax Tree as you do with grep for strings

Results 3 fast issues
Sort by recently updated
recently updated
newest added

The [RuboCop AST](https://github.com/rubocop-hq/rubocop-ast) is finally isolated into a separated gem and now we don't need to keep the core of the library as NodePattern is pretty much stable and easy...

Hey :wave: (long time no see) Do you still maintain the project, or did you find other ways to achieve the same goals? I tried to use it recently (via...

This PR adds the racc gem as a dependency to fix the LoadError issue when loading the parser.\n\nThe error 'cannot load such file -- racc/parser' was preventing the test suite...