Sha256: 052af4d03b35096c68eb76fa7557d8f3de4b467f739a23dd8ea48c3d45f11524

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

require File.expand_path('../2.3', __FILE__)

module Regexp::Syntax
  module Ruby

    class V240 < Regexp::Syntax::Ruby::V23
      def initialize
        super

        implements :property,    UnicodeProperty::V240
        implements :nonproperty, UnicodeProperty::V240
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
regexp_parser-0.4.13 lib/regexp_parser/syntax/ruby/2.4.0.rb
regexp_parser-0.4.12 lib/regexp_parser/syntax/ruby/2.4.0.rb
regexp_parser-0.4.11 lib/regexp_parser/syntax/ruby/2.4.0.rb
regexp_parser-0.4.10 lib/regexp_parser/syntax/ruby/2.4.0.rb