Class: Regexp::Syntax::V3_1_0

Inherits:
V2_6_3 show all
Defined in:
lib/regexp_parser/syntax/versions/3.1.0.rb

Instance Method Summary collapse

Constructor Details

#initializeV3_1_0

Returns a new instance of V3_1_0.



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

def initialize
  super

  implements :property,    UnicodeProperty::V3_1_0
  implements :nonproperty, UnicodeProperty::V3_1_0
end