class Scraper::Microformats::HAtom::Entry
Public Instance Methods
collect()
click to toggle source
# File lib/scraper/microformats.rb, line 46 def collect() self.published = Time.parse(published) self.updated = updated ? Time.parse(updated) : published end