Method: RDoc::Markup::AttributeManager#attribute
- Defined in:
- lib/rdoc/markup/attribute_manager.rb
#attribute(turn_on, turn_off) ⇒ Object
Return an attribute object with the given turn_on and turn_off bits set
103 104 105 |
# File 'lib/rdoc/markup/attribute_manager.rb', line 103 def attribute(turn_on, turn_off) RDoc::Markup::AttrChanger.new turn_on, turn_off end |