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