lib/regexp_parser/syntax/ruby/2.4.0.rb in regexp_parser-0.4.9 vs lib/regexp_parser/syntax/ruby/2.4.0.rb in regexp_parser-0.4.10

- old
+ new

@@ -4,9 +4,12 @@ module Ruby class V240 < Regexp::Syntax::Ruby::V23 def initialize super + + implements :property, UnicodeProperty::V240 + implements :nonproperty, UnicodeProperty::V240 end end end end