# File lib/vcard/dirinfo.rb, line 202
    def push(field)
      dirty
      @fields[-1,0] = field
      self
    end