lib/openapi3_parser/context/pointer.rb in openapi3_parser-0.3.0 vs lib/openapi3_parser/context/pointer.rb in openapi3_parser-0.4.0

- old
+ new

@@ -1,6 +1,8 @@ # frozen_string_literal: true +require "cgi" + module Openapi3Parser class Context # A class to decorate the array of fields that make up a pointer and # provide common means to convert it into different representations. class Pointer