Top Level Namespace

Defined Under Namespace

Modules: FeedParser, FeedParserUtilities, Hpricot, XChar, XML Classes: BetterSGMLParser, BetterSGMLParserError, Fixnum, PprintSerializer, Serializer, String, TextSerializer, Time

Instance Method Summary collapse

Instance Method Details

#rfp(url_file_stream_or_string, options = {}) ⇒ Object

End FeedParser module



432
433
434
# File 'lib/rfeedparser.rb', line 432

def rfp(url_file_stream_or_string, options={})
  FeedParser.parse(url_file_stream_or_string, options)
end