class Regexp::Expression::FreeSpace

Public Instance Methods

quantify(_token, _text, _min = nil, _max = nil, _mode = :greedy) click to toggle source
# File lib/regexp_parser/expression/classes/free_space.rb, line 4
def quantify(_token, _text, _min = nil, _max = nil, _mode = :greedy)
  raise Regexp::Parser::Error, 'Can not quantify a free space object'
end