class RuboCop::Cop::Rails::InverseOf

def message(options)

def message(options)
  if options.any? { |opt| inverse_of_nil_option?(opt) }
    NIL_MSG
  else
    SPECIFY_MSG
  end
end