Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
attribute(turn_on, turn_off)
public
Return an attribute object
with the given turn_on and turn_off bits set
# File lib/rdoc/markup/attribute_manager.rb, line 86
def attribute(turn_on, turn_off)
RDoc::Markup::AttrChanger.new turn_on, turn_off
end