lib/regexp_parser/syntax/ruby/2.1.10.rb



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

module Regexp::Syntax
  module Ruby

    class V2110 < Regexp::Syntax::Ruby::V219
      def initialize
        super
      end
    end

  end
end