class RuboCop::Cop::Lint::UselessAssignment
def variable_like_method_invocation?(node)
def variable_like_method_invocation?(node) return false unless node.send_type? node.receiver.nil? && !node.arguments? end
def variable_like_method_invocation?(node) return false unless node.send_type? node.receiver.nil? && !node.arguments? end