class RuboCop::Cop::Rails::InverseOf

def scope?(arguments)

def scope?(arguments)
  !ignore_scopes? && arguments.any?(&:block_type?)
end