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