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