# File lib/vcard/field.rb, line 227
      def copy
        Marshal.load(Marshal.dump(self))
      end