Add XML::Utils module

This commit is contained in:
Brandon Robins
2017-10-23 21:10:24 -05:00
parent e64cb55c5d
commit 5858f93c0d
2 changed files with 20 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ require 'calligraphy/web_dav_request'
require 'calligraphy/xml/builder'
require 'calligraphy/xml/namespace'
require 'calligraphy/xml/node'
require 'calligraphy/xml/utils'
module Calligraphy
DAV_NS = 'DAV:'
end