# File lib/core/facets/time/elapse.rb, line 11 def self.elapse raise "Need block" unless block_given? t0 = now.to_f yield now.to_f - t0 end