Sha256: 9a5abf57e55e9c33e64c2f268448a59530e04dc79c9c2a1461f4e7904ddc217e

Contents?: true

Size: 408 Bytes

Versions: 23

Compression:

Stored size: 408 Bytes

Contents

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

module Regexp::Syntax

  module Ruby
    class V193 < Regexp::Syntax::Ruby::V192
      include Regexp::Syntax::Token

      def initialize
        super

        # these were added with update of Oniguruma to Unicode 6.0
        implements :property,    UnicodeProperty::V193
        implements :nonproperty, UnicodeProperty::V193
      end
    end
  end

end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
regexp_parser-0.4.13 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.12 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.11 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.10 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.9 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.8 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.7 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.6 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.5 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.4 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.3 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.2 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.1 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.4.0 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.3.6 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.3.5 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.3.4 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.3.3 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.3.2 lib/regexp_parser/syntax/ruby/1.9.3.rb
regexp_parser-0.3.1 lib/regexp_parser/syntax/ruby/1.9.3.rb