method

ms

v3.2.13 - 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