Sha256: 56f9769750af0b1dcc5139fb98a32e6b04e7ec603b942eff7cbc7b4d738a8a14

Contents?: true

Size: 236 Bytes

Versions: 10

Compression:

Stored size: 236 Bytes

Contents

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

module Regexp::Syntax
  module Ruby

    class V241 < Regexp::Syntax::Ruby::V240
      def initialize
        super

        implements :group, Group::Absence
      end
    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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