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