J
Joshua Muheim
Hi all
Is there a way to append a DOM to another DOM?
Nokogiri::HTML("<p>Test</p>").join(Nokogiri::HTML("<p>Test2</p>"))
Thanks
Josh
Is there a way to append a DOM to another DOM?
Nokogiri::HTML("<p>Test</p>").join(Nokogiri::HTML("<p>Test2</p>"))
Thanks
Josh