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