class method
self.ms
Ruby on Rails 3.2.22.5
Since v2.3.18 Last seen in v8.0.4Signature
self.ms()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/benchmark.rb, line 4
def ms
1000 * realtime { yield }
end
Defined in activesupport/lib/active_support/core_ext/benchmark.rb line 4
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Benchmark