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