Methods
Public Class methods
ms()
  # File activesupport/lib/active_support/core_ext/benchmark.rb, line 4
def ms
  1000 * realtime { yield }
end