class RuboCop::Cop::Style::WordArray

def word_regex

def word_regex
  Regexp.new(cop_config['WordRegex'])
end