Flowdock
parse() public

No documentation

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

Hide source
# File lib/rss/parser.rb, line 161
    def parse
      if @listener.rss.nil?
        _parse
      end
      @listener.rss
    end
Register or log in to add new notes.