[Source]
# File vendor/rails/activesupport/lib/active_support/testing/performance.rb, line 221 221: def self.[](name) 222: const_get(name.to_s.camelize) 223: rescue NameError 224: nil 225: end
[Validate]