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/casecmp.rb,
lib/rubocop/cop/performance/end_with.rb,
lib/rubocop/cop/performance/flat_map.rb,
lib/rubocop/cop/performance/times_map.rb,
lib/rubocop/cop/performance/fixed_size.rb,
lib/rubocop/cop/performance/start_with.rb,
lib/rubocop/cop/performance/regexp_match.rb,
lib/rubocop/cop/performance/reverse_each.rb,
lib/rubocop/cop/performance/lstrip_rstrip.rb,
lib/rubocop/cop/performance/range_include.rb,
lib/rubocop/cop/performance/case_when_splat.rb,
lib/rubocop/cop/performance/redundant_match.rb,
lib/rubocop/cop/performance/redundant_merge.rb,
lib/rubocop/cop/performance/hash_each_methods.rb,
lib/rubocop/cop/performance/redundant_sort_by.rb,
lib/rubocop/cop/performance/compare_with_block.rb,
lib/rubocop/cop/performance/string_replacement.rb,
lib/rubocop/cop/performance/redundant_block_call.rb,
lib/rubocop/cop/performance/double_start_end_with.rb

Defined Under Namespace

Classes: CaseWhenSplat, Casecmp, CompareWithBlock, Count, Detect, DoubleStartEndWith, EndWith, FixedSize, FlatMap, HashEachMethods, LstripRstrip, RangeInclude, RedundantBlockCall, RedundantMatch, RedundantMerge, RedundantSortBy, RegexpMatch, ReverseEach, Sample, Size, StartWith, StringReplacement, TimesMap