Class: Regexp::Syntax::V1_9_3

Inherits:
V1_9_1 show all
Defined in:
lib/regexp_parser/syntax/versions/1.9.3.rb

Constant Summary

Constants included from Token

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

Instance Method Summary collapse

Methods inherited from Base

#excludes, #features, #implementations, #implements, #implements!, #implements?, inspect, #normalize, #normalize_backref, #normalize_group

Constructor Details

#initializeV1_9_3

Returns a new instance of V1_9_3.



3
4
5
6
7
8
9
# File 'lib/regexp_parser/syntax/versions/1.9.3.rb', line 3

def initialize
  super

  # these were added with update of Oniguruma to Unicode 6.0
  implements :property,    UnicodeProperty::V1_9_3
  implements :nonproperty, UnicodeProperty::V1_9_3
end