Scraper::Base
# File lib/scraper/microformats.rb, line 76 def collect() @feeds ||= [] @feeds << entries if entries for feed in feeds for entry in feed entry.author = hcard unless entry.author end end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.