method
new
v3.2.1 -
Show latest stable
- Class:
ActiveSupport::Testing::Performance::Benchmarker
new(*args)public
No documentation available.
# File activesupport/lib/active_support/testing/performance.rb, line 180
def initialize(*args)
super
@supported = @metric.respond_to?('measure')
end