Flowdock
new(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/1.0.rb, line 82
    def initialize(version=nil, encoding=nil, standalone=nil)
      super('1.0', version, encoding, standalone)
      @feed_type = "rss"
    end
Register or log in to add new notes.