Scraper::Base
# File lib/scraper/microformats.rb, line 46 def collect() self.published = Time.parse(published) self.updated = updated ? Time.parse(updated) : published end
[Validate]
Generated with the Darkfish Rdoc Generator 2.