class Regexp::Expression::Literal
Public Instance Methods
Source
# File lib/regexp_parser/expression/methods/match_length.rb, line 101 def match_length MatchLength.new(self, base: text.length) end
# File lib/regexp_parser/expression/methods/match_length.rb, line 101 def match_length MatchLength.new(self, base: text.length) end