class RDoc::Markup::AttributeManager

def exclusive?(attr)

:nodoc:
def exclusive?(attr)
  (attr & @exclusive_bitmap) != 0
end