class Object

Public Instance Methods

match_length(nth) click to toggle source
# File rdoc/markup/attribute_manager.rb, line 8
def match_length(nth)
  b, e = offset(nth)
  e - b if b
end