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