Class RI::Attribute
In: lib/ihelp.rb
Parent: Object

Methods

to_text  

Public Instance methods

[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]