Class: Regexp::Expression::FreeSpace
- Defined in:
- lib/regexp_parser/expression/classes/free_space.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
#conditional_level, #level, #options, #quantifier, #set_level, #text, #token, #ts, #type
Instance Method Summary collapse
Methods inherited from Base
#ascii_classes?, #case_insensitive?, #clone, #coded_offset, #default_classes?, #free_spacing?, #full_length, #greedy?, #initialize, #is?, #match, #matches?, #multiline?, #offset, #one_of?, #possessive?, #quantified?, #quantity, #reluctant?, #starts_at, #strfregexp, #terminal?, #to_h, #to_re, #to_s, #type?, #unicode_classes?
Constructor Details
This class inherits a constructor from Regexp::Expression::Base
Instance Method Details
#quantify(token, text, min = nil, max = nil, mode = :greedy) ⇒ Object
4 5 6 |
# 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 |