lib/regexp_parser/syntax/ruby/2.2.8.rb



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

module Regexp::Syntax
  module Ruby

    class V228 < Regexp::Syntax::Ruby::V227
      def initialize
        super
      end
    end

  end
end