Class: RI::Attribute

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

Instance Method Summary collapse

Instance Method Details

#to_textObject



912
913
914
# File 'lib/ihelp.rb', line 912

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