Flowdock
to_feed(entry) public

No documentation

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

Hide source
# File lib/rss/maker/entry.rb, line 62
          def to_feed(entry)
            (normalize.first || Item.new(@maker)).to_feed(entry)
          end
Register or log in to add new notes.