class RDoc::Markup::AttributeManager
def add_regexp_handling(pattern, name, exclusive = false)
def add_regexp_handling(pattern, name, exclusive = false) bitmap = @attributes.bitmap_for(name) @regexp_handlings << [pattern, bitmap] @exclusive_bitmap |= bitmap if exclusive end