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