class Regexp::Expression::Literal

def match_length

def match_length
  MatchLength.new(self, base: text.length)
end