class RuboCop::Cop::Layout::SpaceBeforeFirstArg

def regular_method_call_with_arguments?(node)

def regular_method_call_with_arguments?(node)
  node.arguments? && !node.operator_method? && !node.setter_method?
end