# 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