class Nokogiri::XML::Document
def create_comment(string, &block)
def create_comment(string, &block) Nokogiri::XML::Comment.new(self, string.to_s, &block) end
def create_comment(string, &block) Nokogiri::XML::Comment.new(self, string.to_s, &block) end