# File lib/vpim/vcard.rb, line 886
    def name
      value('N') || raise(Vpim::InvalidEncodingError, "Missing mandatory N field")
    end