class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock

def allow_regexp_match?

def allow_regexp_match?
  cop_config.fetch('AllowRegexpMatch', true)
end