lib/regexp_parser/syntax/versions/3.1.0.rb in regexp_parser-2.2.1 vs lib/regexp_parser/syntax/versions/3.1.0.rb in regexp_parser-2.3.0

- old
+ new

@@ -1,10 +1,4 @@ -module Regexp::Syntax - class V3_1_0 < Regexp::Syntax::V2_6_3 - def initialize - super - - implements :property, UnicodeProperty::V3_1_0 - implements :nonproperty, UnicodeProperty::V3_1_0 - end - end +class Regexp::Syntax::V3_1_0 < Regexp::Syntax::V2_6_3 + implements :property, UnicodeProperty::V3_1_0 + implements :nonproperty, UnicodeProperty::V3_1_0 end