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