lib/regexp_parser/syntax/versions/2.4.0.rb



module Regexp::Syntax
  class V2_4_0 < Regexp::Syntax::V2_3
    def initialize
      super

      implements :property,    UnicodeProperty::V2_4_0
      implements :nonproperty, UnicodeProperty::V2_4_0
    end
  end
end