# File lib/clamp/attribute/definition.rb, line 46
      def append_method
        if multivalued?
          "append_to_#{attribute_name}"
        end
      end