mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
8 lines
254 B
Text
8 lines
254 B
Text
RuboCop AST contains the classes needed by RuboCop to deal with Ruby's AST, in
|
|
particular:
|
|
- RuboCop::AST::Node
|
|
- RuboCop::AST::NodePattern (doc)
|
|
|
|
This gem may be used independently from the main RuboCop gem.
|
|
|
|
WWW: https://github.com/rubocop/rubocop-ast
|