This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
write_attribute_text(prefix, line)
overridden in specific formatters
# File lib/rdoc/ri/ri_formatter.rb, line 331 def write_attribute_text(prefix, line) print prefix line.each do |achar| print achar.char end puts end