# File lib/core/facets/time/future.rb, line 7 def past?(other=nil) self < (other || self.class.current) end