Class: Regexp::Syntax::Ruby::V193

Inherits:
V192 show all
Includes:
Token
Defined in:
lib/regexp_parser/syntax/ruby/1.9.3.rb

Direct Known Subclasses

V19

Constant Summary

Constants included from Token

Token::All, Token::Map, Token::Types

Instance Method Summary collapse

Methods inherited from Base

#excludes, #implementation, #implements, #implements!, #implements?, #normalize, #normalize_backref, #normalize_group

Constructor Details

#initializeV193

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