# File lib/vpim/vcard.rb, line 1180 def add_email(email) # :yield: email x = Vpim::Vcard::Email.new(email) if block_given? yield x end @card << x.encode self end