Class: Regexp::Syntax::Ruby::V193
- Includes:
- Token
- Defined in:
- lib/regexp_parser/syntax/ruby/1.9.3.rb
Direct Known Subclasses
Constant Summary
Constants included from Token
Token::All, Token::Map, Token::Types
Instance Method Summary collapse
-
#initialize ⇒ V193
constructor
A new instance of V193.
Methods inherited from Base
#excludes, #implementation, #implements, #implements!, #implements?, #normalize, #normalize_backref, #normalize_group
Constructor Details
#initialize ⇒ V193
Returns a new instance of V193.
9 10 11 12 13 14 15 |
# File 'lib/regexp_parser/syntax/ruby/1.9.3.rb', line 9 def initialize super # these were added with update of Oniguruma to Unicode 6.0 implements :property, UnicodeProperty::V193 implements :nonproperty, UnicodeProperty::V193 end |