# File lib/vcard/vcard.rb, line 1114
      def add_addr # :yield: address
        x = ::Vcard::Vcard::Address.new
        yield x
        @card << x.encode
        self
      end