# File lib/vpim/dirinfo.rb, line 244 def encode(width=nil) unless @string @string = @fields.collect { |f| f.encode(width) } . join "" end @string end