Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
attributes(text)
public
Applies attribute-specific markup to text using
RDoc::AttributeManager
# File lib/rdoc/markup/to_rdoc.rb, line 242
def attributes text
flow = @am.flow text.dup
convert_flow flow
end