# File lib/active_support/testing/performance.rb, line 221 def self.[](name) const_get(name.to_s.camelize) rescue NameError nil end