Added Ace::Item#feeds

master
hotovson 2011-03-19 22:07:23 +01:00
parent 7496b6aace
commit 1f30439d5e
1 changed files with 6 additions and 0 deletions

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