Module: RuboCop::Cop::Performance

Defined in:
lib/rubocop/cop/performance/size.rb,
lib/rubocop/cop/performance/count.rb,
lib/rubocop/cop/performance/detect.rb,
lib/rubocop/cop/performance/sample.rb,
lib/rubocop/cop/performance/flat_map.rb,
lib/rubocop/cop/performance/reverse_each.rb,
lib/rubocop/cop/performance/case_when_splat.rb,
lib/rubocop/cop/performance/string_replacement.rb

Defined Under Namespace

Classes: CaseWhenSplat, Count, Detect, FlatMap, ReverseEach, Sample, Size, StringReplacement