# File lib/vcard/dirinfo.rb, line 123 def text(name) accum = [] each do |f| if f.name? name accum << f.to_text end end accum end