Added Ace::Item#feeds
This commit is contained in:
parent
7496b6aace
commit
1f30439d5e
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ module Ace
|
||||||
Digest::SHA1.hexdigest(data)
|
Digest::SHA1.hexdigest(data)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def feeds
|
||||||
|
@feeds ||= begin
|
||||||
|
RSSFeed.subclasses.map(&:new)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
attr_writer :output_path
|
attr_writer :output_path
|
||||||
def output_path
|
def output_path
|
||||||
@output_path ||= begin
|
@output_path ||= begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue