3 4 5
# File 'lib/dozuki/xml.rb', line 3 def self.parse(*args) Node.new(Nokogiri::XML.parse(*args)) end