Top Level Namespace
Defined Under Namespace
Modules: BenchmarkTime, EnumerableStatistics, HashExtensions Classes: Hash, Time
Instance Method Summary collapse
-
#benchmark_time(*args, &block) ⇒ Object
an easy wrapper to do the bem.
Instance Method Details
#benchmark_time(*args, &block) ⇒ Object
an easy wrapper to do the bem
73 74 75 |
# File 'lib/benchmark_time/benchmark_time.rb', line 73 def benchmark_time(*args, &block) ::BenchmarkTime::BenchmarkTime.new(*args, &block) end |