# File lib/facets/more/timer.rb, line 235
  def timed
    yield( timer = Timer.new.start )
    return timer.total_time
  end