Sha256: 1075fc982c246e224b03b44dcdeb9ea29bbc60b5bb3fc14685adee9be3ac6292

Contents?: true

Size: 437 Bytes

Versions: 15

Compression:

Stored size: 437 Bytes

Contents

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

module Regexp::Syntax
  module Ruby

    # use the last 1.9 release as the base
    class V200 < Regexp::Syntax::Ruby::V19
      def initialize
        super

        implements :keep,        Keep::All
        implements :conditional, Conditional::All
        implements :property,    UnicodeProperty::V200
        implements :nonproperty, UnicodeProperty::V200
      end
    end

  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
regexp_parser-0.4.5 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.4 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.3 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.2 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.1 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.0 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.3.6 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.3.5 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.3.4 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.3.3 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.3.2 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.3.1 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.3.0 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.2.1 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.2.0 lib/regexp_parser/syntax/ruby/2.0.0.rb