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