lib/regexp_parser/syntax/ruby/2.3.5.rb



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

module Regexp::Syntax
  module Ruby

    class V235 < Regexp::Syntax::Ruby::V234
      def initialize
        super
      end
    end

  end
end