method
[]
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::Testing::Metrics
[](name)public
No documentation available.
# File activesupport/lib/active_support/testing/performance.rb, line 221
def self.[](name)
const_get(name.to_s.camelize)
rescue NameError
nil
end