class Regexp::Expression::EscapeSequence::CodepointList
Public Instance Methods
Source
# File lib/regexp_parser/expression/methods/match_length.rb, line 166 def match_length MatchLength.new(self, base: codepoints.count) end
# File lib/regexp_parser/expression/methods/match_length.rb, line 166 def match_length MatchLength.new(self, base: codepoints.count) end