lib/genit/html_document.rb in genit-0.4.1 vs lib/genit/html_document.rb in genit-0.5

- old
+ new

@@ -60,10 +60,10 @@ # Public: Get the list of <genit> tag in a document. # # file - Nokogiri::HTML or Nokogiri::XML document. # - # Returns a list of Nokogiri::XML::NodeSet. + # Returns Nokogiri::XML::NodeSet. def self.genit_tags_from file file.css "genit" end end