Top Level Namespace
Defined Under Namespace
Modules: FeedParser, FeedParserUtilities, Hpricot, XChar, XML Classes: BetterSGMLParser, BetterSGMLParserError, Fixnum, PprintSerializer, Serializer, String, TextSerializer, Time
Constant Summary collapse
- StrictFeedParser =
FeedParser::Nokogiri::StrictFeedParser
Instance Method Summary collapse
-
#rfp(url_file_stream_or_string, options = {}) ⇒ Object
End FeedParser module.
Instance Method Details
#rfp(url_file_stream_or_string, options = {}) ⇒ Object
End FeedParser module
418 419 420 |
# File 'lib/rfeedparser.rb', line 418 def rfp(url_file_stream_or_string, ={}) FeedParser.parse(url_file_stream_or_string, ) end |