class Time

Public Instance Methods

past?() click to toggle source
# File lib/feed2email/core_ext.rb, line 40
def past?
  self < Time.now
end