Object
# File lib/simple-rss.rb, line 36 def initialize(source) @source = source.respond_to?(:read) ? source.read : source.to_s @items = Array.new parse end
The strict attribute is for compatibility with Ruby's standard RSS parser
# File lib/simple-rss.rb, line 62 def parse(source, do_validate=true, ignore_unknown_element=true, parser_class=false) new source end
Generated with the Darkfish Rdoc Generator 2.