class ActionLogic::ActionBenchmark::DefaultBenchmarkHandler
Public Instance Methods
call() { || ... }
click to toggle source
# File lib/action_logic/action_benchmark/default_benchmark_block.rb, line 6 def call Benchmark.measure { yield } end