Flowdock
new(feed_version, version=nil, encoding=nil, standalone=nil) public

No documentation

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

Hide source
# File lib/rss/0.9.rb, line 29
    def initialize(feed_version, version=nil, encoding=nil, standalone=nil)
      super
      @feed_type = "rss"
    end
Register or log in to add new notes.