class Nokogiri::XML::NodeSet

def wrap html

Wrap this NodeSet with +html+
##
def wrap html
  map { |node| node.wrap html }
end