Sha256: 8684a4c35b57d3ff09a73fff7dfb9ee70266db22fdc57221fecaf12dc4851dd6

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

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

module Regexp::Syntax
  module Ruby

    class V230 < Regexp::Syntax::Ruby::V22
      def initialize
        super

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