Class: Regexp::Syntax::Ruby::V200
- Defined in:
- lib/regexp_parser/syntax/ruby/2.0.0.rb
Overview
use the last 1.9 release as the base
Direct Known Subclasses
Constant Summary
Constants included from Token
Token::All, Token::Map, Token::Types
Instance Method Summary collapse
-
#initialize ⇒ V200
constructor
A new instance of V200.
Methods inherited from Base
#excludes, #implementation, #implements, #implements!, #implements?, #normalize, #normalize_backref, #normalize_group
Constructor Details
#initialize ⇒ V200
Returns a new instance of V200.
8 9 10 11 12 13 14 15 |
# File 'lib/regexp_parser/syntax/ruby/2.0.0.rb', line 8 def initialize super implements :keep, Keep::All implements :conditional, Conditional::All implements :property, UnicodeProperty::V200 implements :nonproperty, UnicodeProperty::V200 end |