# File lib/vcard/vcard.rb, line 1125 def add_tel(number) # :yield: tel x = ::Vcard::Vcard::Telephone.new(number) if block_given? yield x end @card << x.encode self end