Class: ActionLogic::ActionBenchmark::DefaultBenchmarkHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/action_logic/action_benchmark/default_benchmark_block.rb

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
# File 'lib/action_logic/action_benchmark/default_benchmark_block.rb', line 6

def call
  Benchmark.measure { yield }
end