method
ms
v3.1.0 -
Show latest stable
- Class:
Benchmark
ms()public
No documentation available.
# File activesupport/lib/active_support/core_ext/benchmark.rb, line 4
def ms
1000 * realtime { yield }
end ms()No documentation available.
# File activesupport/lib/active_support/core_ext/benchmark.rb, line 4
def ms
1000 * realtime { yield }
end