method

attributes

v1_9_2_180 - Show latest stable - Class: RDoc::Markup::ToRdoc
attributes(text)
public

No documentation available.

# File lib/rdoc/markup/to_rdoc.rb, line 180
  def attributes text
    flow = @am.flow text.dup
    convert_flow flow
  end