Class RI::Attribute
In: lib/ihelp.rb
Parent: Object
MethodDescription Attribute Constant ClassDescription MethodSummary lib/ihelp.rb RI dot/m_0_0.png

Methods

to_text  

Public Instance methods

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