Flowdock
maker_target(items) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/1.0.rb, line 416
      def maker_target(items)
        if items.respond_to?("items")
          # For backward compatibility
          items = items.items
        end
        items.new_item
      end
Register or log in to add new notes.