= private = protected
maker_target(items)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/rss/atom.rb, line 592 def maker_target(items) if items.respond_to?("items") # For backward compatibility items = items.items end items.new_item end