class RuboCop::RSpec::Wording

def ignored_word?(word)

def ignored_word?(word)
  ignores.any? { |ignore| ignore.casecmp(word).zero? }
end