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