Class RI::Constant
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 924
924:     def to_text
925:       "#{name} = #{value} #{(comment || []).map{|c| c.to_text }.join("\n")}"
926:     end

[Validate]