# File lib/facet/timer.rb, line 107 def timed timer = Timer.new yield(timer) return timer.total_time end