method
change_attribute
v1_9_1_378 -
Show latest stable
- Class:
RDoc::Markup::AttributeManager
change_attribute(current, new)public
No documentation available.
# File lib/rdoc/markup/attribute_manager.rb, line 47
def change_attribute(current, new)
diff = current ^ new
attribute(new & diff, current & diff)
end