class RuboCop::Cop::Performance::Detect

def preferred_method

def preferred_method
  config.for_cop('Style/CollectionMethods')['PreferredMethods']['detect'] || 'detect'
end