class RDoc::Markup::AttributeManager

def attribute(turn_on, turn_off)

def attribute(turn_on, turn_off)
  RDoc::Markup::AttrChanger.new turn_on, turn_off
end