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