# File lib/standard/facets/timer.rb, line 183
  def self.time
    yield( timer = Timer.new.start )
    return timer.total_time
  end