924 925 926
# File 'lib/ihelp.rb', line 924 def to_text "#{name} = #{value} #{(comment || []).map{|c| c.to_text }.join("\n")}" end