lib/fog/xml.rb in fog-1.22.0 vs lib/fog/xml.rb in fog-1.22.1
- old
+ new
@@ -1,10 +1,9 @@
require "nokogiri"
require "fog/core/parser"
require "fog/xml/sax_parser_connection"
module Fog
-
# @note Extracting XML components out of core is a work in progress.
#
# The {XML} module includes functionality that is common between APIs using
# XML to send and receive data.
#