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