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 "Can not quantify a free space object"
end