change_attribute(current, new)
Changes the current attribute from current to new
# File lib/rdoc/markup/attribute_manager.rb, line 93 def change_attribute current, new diff = current ^ new attribute(new & diff, current & diff) end