class RDoc::Markup::AttributeManager

def match_length(nth) # :nodoc:

:nodoc:
def match_length(nth) # :nodoc:
  b, e = offset(nth)
  e - b if b
end