class Regexp::Expression::EscapeSequence::CodepointList

def codepoints

def codepoints
  text.scan(/\h+/).map(&:hex)
end