# File lib/merb-helpers/time_dsl.rb, line 47
  def ago(time = ::Time.now)
    time - self
  end