Class: RI::Constant

Inherits:
Object show all
Defined in:
lib/ihelp.rb

Instance Method Summary collapse

Instance Method Details

#to_textObject



921
922
923
# File 'lib/ihelp.rb', line 921

def to_text
  "#{name} = #{value} #{(comment || []).map{|c| c.to_text }.join("\n")}"
end