[Source]
# File lib/ihelp.rb, line 914 914: def to_text 915: "#{name} [#{rw}] #{(comment || []).map{|c| c.to_text }.join("\n")}" 916: end
[Validate]