Sha256: 081311015c10915a5614a87c1250b4e180f5d8ac862265cea30855df84d06326

Contents?: true

Size: 610 Bytes

Versions: 8

Compression:

Stored size: 610 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

        implements :type,        CharacterType::Clustered
        implements :set,         CharacterSet::Clustered
        implements :subset,      CharacterSet::Clustered
      end
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
regexp_parser-0.4.13 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.12 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.11 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.10 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.9 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.8 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.7 lib/regexp_parser/syntax/ruby/2.0.0.rb
regexp_parser-0.4.6 lib/regexp_parser/syntax/ruby/2.0.0.rb