Sha256: fff95f7c3e1a45c6dfc699f51313e2997fd342d6dc462889360d53c005e55345

Contents?: true

Size: 301 Bytes

Versions: 23

Compression:

Stored size: 301 Bytes

Contents

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

module Regexp::Syntax
  module Ruby

    class V220 < Regexp::Syntax::Ruby::V21
      def initialize
        super

        implements :property,    UnicodeProperty::V220
        implements :nonproperty, UnicodeProperty::V220
      end
    end

  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
regexp_parser-0.3.0 lib/regexp_parser/syntax/ruby/2.2.0.rb
regexp_parser-0.2.1 lib/regexp_parser/syntax/ruby/2.2.0.rb
regexp_parser-0.2.0 lib/regexp_parser/syntax/ruby/2.2.0.rb