class RuboCop::Cop::Style::SingleLineMethods

def require_parentheses?(method_body)

def require_parentheses?(method_body)
  method_body.send_type? && !method_body.arguments.empty? && !method_body.comparison_method?
end