Module: RuboCop::Cop::SortBlock
- Extended by:
- NodePattern::Macros
- Includes:
- RangeHelp
- Included in:
- Performance::RedundantSortBlock, Performance::SortReverse
- Defined in:
- lib/rubocop/cop/mixin/sort_block.rb
Overview
Common functionality for cops checking ‘Enumerable#sort` blocks.