Sha256: d59d4f3e48580430443e4c638c80b8bbde2287e3fa0a8f0011045d55869b6266

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

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

module Regexp::Syntax
  module Ruby

    class V250 < Regexp::Syntax::Ruby::V24
      def initialize
        super

        implements :property,    UnicodeProperty::V250
        implements :nonproperty, UnicodeProperty::V250
      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.5.0.rb
regexp_parser-0.4.12 lib/regexp_parser/syntax/ruby/2.5.0.rb
regexp_parser-0.4.11 lib/regexp_parser/syntax/ruby/2.5.0.rb
regexp_parser-0.4.10 lib/regexp_parser/syntax/ruby/2.5.0.rb