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