class RuboCop::Cop::Style::RegexpLiteral

def preferred_delimiters

def preferred_delimiters
  config.for_cop('Style/PercentLiteralDelimiters') \
    ['PreferredDelimiters']['%r'].chars
end