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