lib/atom.rb in ratom-nokogiri-0.10.2 vs lib/atom.rb in ratom-nokogiri-0.10.3

- old
+ new

@@ -445,14 +445,9 @@ elements :links elements :authors, :contributors, :class => Person elements :categories elements :entries - # to_xml as a document, not just a root node - def document? - true - end - # Initialize a Feed. # # This will also yield itself, so a feed can be constructed like this: # # feed = Feed.new do |feed|