new()
Creates a new attributes set.
# File lib/rdoc/markup/attributes.rb, line 15 def initialize @special = 1 @name_to_bitmap = [ [:_SPECIAL_, @special], ] @next_bitmap = @special << 1 end