Class: RDocF95::Markup::AttrChanger
- Inherits:
-
Struct
- Object
- Struct
- RDocF95::Markup::AttrChanger
- Defined in:
- lib/rdoc-f95/markup/inline.rb,
lib/rdoc-f95/markup/inline.rb
Overview
An AttrChanger records a change in attributes. It contains a bitmap of the attributes to turn on, and a bitmap of those to turn off.
Instance Attribute Summary collapse
-
#turn_off ⇒ Object
Returns the value of attribute turn_off.
-
#turn_on ⇒ Object
Returns the value of attribute turn_on.
Instance Method Summary collapse
Instance Attribute Details
#turn_off ⇒ Object
Returns the value of attribute turn_off
46 47 48 |
# File 'lib/rdoc-f95/markup/inline.rb', line 46 def turn_off @turn_off end |
#turn_on ⇒ Object
Returns the value of attribute turn_on
46 47 48 |
# File 'lib/rdoc-f95/markup/inline.rb', line 46 def turn_on @turn_on end |