lib/regexp_parser/syntax/ruby/2.2.rb



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

module Regexp::Syntax
  module Ruby
    # uses the latest 2.2 release
    class V22 < Regexp::Syntax::Ruby::V223; end
  end
end