Added Ace::Item#feeds

This commit is contained in:
hotovson 2011-03-19 22:07:23 +01:00
parent 7496b6aace
commit 1f30439d5e

View file

@ -149,6 +149,12 @@ module Ace
Digest::SHA1.hexdigest(data)
end
def feeds
@feeds ||= begin
RSSFeed.subclasses.map(&:new)
end
end
attr_writer :output_path
def output_path
@output_path ||= begin