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/parallel_assignment.rb

Defined Under Namespace

Classes: Count, Detect, FlatMap, ParallelAssignment, ReverseEach, Sample, Size