lib/regexp_parser/syntax/ruby/2.2.6.rb



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

module Regexp::Syntax
  module Ruby

    class V226 < Regexp::Syntax::Ruby::V225
      def initialize
        super
      end
    end

  end
end