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