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

Methods

to_text  

Public Instance methods

[Source]

     # File lib/ihelp.rb, line 923
923:     def to_text
924:       "#{name} = #{value} #{(comment || []).map{|c| c.to_text }.join("\n")}"
925:     end

[Validate]