class RDoc::Markup::AttributeManager

def change_attribute current, new

def change_attribute current, new
  diff = current ^ new
  attribute(new & diff, current & diff)
end