class Regexp::Expression::FreeSpace
def quantify(_token, _text, _min = nil, _max = nil, _mode = :greedy)
def quantify(_token, _text, _min = nil, _max = nil, _mode = :greedy) raise "Can not quantify a free space object" end
def quantify(_token, _text, _min = nil, _max = nil, _mode = :greedy) raise "Can not quantify a free space object" end