lib/regexp_parser/syntax/ruby/2.4.3.rb



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

module Regexp::Syntax
  module Ruby

    class V243 < Regexp::Syntax::Ruby::V242
      def initialize
        super
      end
    end

  end
end