class RuboCop::Cop::Style::Not

def opposite_method?(child)

def opposite_method?(child)
  child.send_type? && OPPOSITE_METHODS.key?(child.method_name)
end