module Regexp::Expression::Shared

def ends_at(include_quantifier = true)

def ends_at(include_quantifier = true)
  ts + (include_quantifier ? full_length : base_length)
end