gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module RuboCop
    • module RuboCop::Cop
    • module RuboCop::Cop::Performance
    • module RuboCop::Cop::RegexpMetacharacter
    • module RuboCop::Cop::SortBlock
    • module RuboCop::Performance
    • module RuboCop::Performance::Version
  • Classes

    • class RuboCop::Cop::Performance::AncestorsInclude
    • class RuboCop::Cop::Performance::ArraySemiInfiniteRangeSlice
    • class RuboCop::Cop::Performance::BigDecimalWithNumericArgument
    • class RuboCop::Cop::Performance::BindCall
    • class RuboCop::Cop::Performance::BlockGivenWithExplicitBlock
    • class RuboCop::Cop::Performance::Caller
    • class RuboCop::Cop::Performance::CaseWhenSplat
    • class RuboCop::Cop::Performance::Casecmp
    • class RuboCop::Cop::Performance::ChainArrayAllocation
    • class RuboCop::Cop::Performance::CollectionLiteralInLoop
    • class RuboCop::Cop::Performance::CompareWithBlock
    • class RuboCop::Cop::Performance::ConcurrentMonotonicTime
    • class RuboCop::Cop::Performance::ConstantRegexp
    • class RuboCop::Cop::Performance::Count
    • class RuboCop::Cop::Performance::DeletePrefix
    • class RuboCop::Cop::Performance::DeleteSuffix
    • class RuboCop::Cop::Performance::Detect
    • class RuboCop::Cop::Performance::DoubleStartEndWith
    • class RuboCop::Cop::Performance::EndWith
    • class RuboCop::Cop::Performance::FixedSize
    • class RuboCop::Cop::Performance::FlatMap
    • class RuboCop::Cop::Performance::InefficientHashSearch
    • class RuboCop::Cop::Performance::IoReadlines
    • class RuboCop::Cop::Performance::MapCompact
    • class RuboCop::Cop::Performance::MapMethodChain
    • class RuboCop::Cop::Performance::MethodObjectAsBlock
    • class RuboCop::Cop::Performance::OpenStruct
    • class RuboCop::Cop::Performance::RangeInclude
    • class RuboCop::Cop::Performance::RedundantBlockCall
    • class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock
    • class RuboCop::Cop::Performance::RedundantMatch
    • class RuboCop::Cop::Performance::RedundantMerge
    • class RuboCop::Cop::Performance::RedundantMerge::EachWithObjectInspector
    • class RuboCop::Cop::Performance::RedundantSortBlock
    • class RuboCop::Cop::Performance::RedundantSplitRegexpArgument
    • class RuboCop::Cop::Performance::RedundantStringChars
    • class RuboCop::Cop::Performance::RegexpMatch
    • class RuboCop::Cop::Performance::ReverseEach
    • class RuboCop::Cop::Performance::ReverseFirst
    • class RuboCop::Cop::Performance::SelectMap
    • class RuboCop::Cop::Performance::Size
    • class RuboCop::Cop::Performance::SortReverse
    • class RuboCop::Cop::Performance::Squeeze
    • class RuboCop::Cop::Performance::StartWith
    • class RuboCop::Cop::Performance::StringBytesize
    • class RuboCop::Cop::Performance::StringIdentifierArgument
    • class RuboCop::Cop::Performance::StringInclude
    • class RuboCop::Cop::Performance::StringReplacement
    • class RuboCop::Cop::Performance::Sum
    • class RuboCop::Cop::Performance::TimesMap
    • class RuboCop::Cop::Performance::UnfreezeString
    • class RuboCop::Cop::Performance::UriDefaultParser
    • class RuboCop::Cop::Performance::ZipWithoutBlock
    • class RuboCop::Performance::Plugin
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. rubocop-performance
  3. 1.25.0
  4. module RuboCop::Cop

module RuboCop::Cop

Modules in this namespace

Performance

module

in RuboCop::Cop

RegexpMetacharacter

module

in RuboCop::Cop

SortBlock

module

in RuboCop::Cop

Modules

  • RuboCop::Cop::Performance
  • RuboCop::Cop::RegexpMetacharacter
  • RuboCop::Cop::SortBlock

Defined in

  • lib/rubocop/cop/mixin/regexp_metacharacter.rb
  • lib/rubocop/cop/mixin/sort_block.rb
  • lib/rubocop/cop/performance/ancestors_include.rb
  • lib/rubocop/cop/performance/array_semi_infinite_range_slice.rb
  • lib/rubocop/cop/performance/big_decimal_with_numeric_argument.rb
  • lib/rubocop/cop/performance/bind_call.rb
  • lib/rubocop/cop/performance/block_given_with_explicit_block.rb
  • lib/rubocop/cop/performance/caller.rb
  • lib/rubocop/cop/performance/case_when_splat.rb
  • lib/rubocop/cop/performance/casecmp.rb
  • lib/rubocop/cop/performance/chain_array_allocation.rb
  • lib/rubocop/cop/performance/collection_literal_in_loop.rb
  • lib/rubocop/cop/performance/compare_with_block.rb
  • lib/rubocop/cop/performance/concurrent_monotonic_time.rb
  • lib/rubocop/cop/performance/constant_regexp.rb
  • lib/rubocop/cop/performance/count.rb
  • lib/rubocop/cop/performance/delete_prefix.rb
  • lib/rubocop/cop/performance/delete_suffix.rb
  • lib/rubocop/cop/performance/detect.rb
  • lib/rubocop/cop/performance/double_start_end_with.rb
  • lib/rubocop/cop/performance/end_with.rb
  • lib/rubocop/cop/performance/fixed_size.rb
  • lib/rubocop/cop/performance/flat_map.rb
  • lib/rubocop/cop/performance/inefficient_hash_search.rb
  • lib/rubocop/cop/performance/io_readlines.rb
  • lib/rubocop/cop/performance/map_compact.rb
  • lib/rubocop/cop/performance/map_method_chain.rb
  • lib/rubocop/cop/performance/method_object_as_block.rb
  • lib/rubocop/cop/performance/open_struct.rb
  • lib/rubocop/cop/performance/range_include.rb
  • lib/rubocop/cop/performance/redundant_block_call.rb
  • lib/rubocop/cop/performance/redundant_equality_comparison_block.rb
  • lib/rubocop/cop/performance/redundant_match.rb
  • lib/rubocop/cop/performance/redundant_merge.rb
  • lib/rubocop/cop/performance/redundant_sort_block.rb
  • lib/rubocop/cop/performance/redundant_split_regexp_argument.rb
  • lib/rubocop/cop/performance/redundant_string_chars.rb
  • lib/rubocop/cop/performance/regexp_match.rb
  • lib/rubocop/cop/performance/reverse_each.rb
  • lib/rubocop/cop/performance/reverse_first.rb
  • lib/rubocop/cop/performance/select_map.rb
  • lib/rubocop/cop/performance/size.rb
  • lib/rubocop/cop/performance/sort_reverse.rb
  • lib/rubocop/cop/performance/squeeze.rb
  • lib/rubocop/cop/performance/start_with.rb
  • lib/rubocop/cop/performance/string_bytesize.rb
  • lib/rubocop/cop/performance/string_identifier_argument.rb
  • lib/rubocop/cop/performance/string_include.rb
  • lib/rubocop/cop/performance/string_replacement.rb
  • lib/rubocop/cop/performance/sum.rb
  • lib/rubocop/cop/performance/times_map.rb
  • lib/rubocop/cop/performance/unfreeze_string.rb
  • lib/rubocop/cop/performance/uri_default_parser.rb
  • lib/rubocop/cop/performance/zip_without_block.rb
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem