Class: RI::Attribute

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

Instance Method Summary collapse

Instance Method Details

#to_textObject



915
916
917
# File 'lib/ihelp.rb', line 915

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