We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d468b commit 830363aCopy full SHA for 830363a
activesupport/lib/active_support/core_ext/benchmark.rb
@@ -1,6 +1,7 @@
1
# frozen_string_literal: true
2
3
require "benchmark"
4
+return if Benchmark.respond_to?(:ms)
5
6
class << Benchmark
7
def ms(&block) # :nodoc
0 commit comments