# File lib/rdoc/markup/attribute_manager.rb, line 87 def change_attribute current, new diff = current ^ new attribute(new & diff, current & diff) end