RuboCop extension for method sorting according to call order.

ast rubocop ruby
1 Open Issue Need Help Last updated: Jan 20, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The user reports that a RuboCop cop incorrectly removes `helper_method` declarations when they are defined within a `private` block and the cop also performs other corrections on the file. This behavior is observed only when the cop is already making modifications, suggesting an interaction bug.

Complexity: 3/5
bug good first issue invalid

RuboCop extension for method sorting according to call order.

Ruby
#ast#rubocop#ruby