class RDoc::Markup::AttributeManager
def change_attribute current, new
def change_attribute current, new diff = current ^ new attribute(new & diff, current & diff) end
def change_attribute current, new diff = current ^ new attribute(new & diff, current & diff) end