# File lib/core/facets/time/future.rb, line 4
  def past?(other=nil)
    self < (other || ::Time.now)
  end