method
key?
rails latest stable - Class:
ActiveSupport::Dependencies::ClassCache
key?(key)public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 630
def key?(key)
@store.key?(key)
end