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