In Files

  • rdoc/markup/inline.rb

Parent

Methods

Files

Class/Module Index [+]

Quicksearch

RDoc::Markup::AttrChanger

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.

Public Instance Methods

to_s() click to toggle source
 
               # File rdoc/markup/inline.rb, line 49
def to_s
  "Attr: +#{Attribute.as_string(turn_on)}/-#{Attribute.as_string(turn_on)}"
end