Class: Regexp::Syntax::V2_6_3

Inherits:
V2_6_2 show all
Defined in:
lib/regexp_parser/syntax/versions/2.6.3.rb

Direct Known Subclasses

V3_1_0

Instance Method Summary collapse

Constructor Details

#initializeV2_6_3

Returns a new instance of V2_6_3.



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

def initialize
  super

  implements :property,    UnicodeProperty::V2_6_3
  implements :nonproperty, UnicodeProperty::V2_6_3
end