lib/regexp_parser/syntax/ruby/2.1.6.rb



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

module Regexp::Syntax
  module Ruby

    class V216 < Regexp::Syntax::Ruby::V215
      def initialize
        super
      end
    end

  end
end