instance method
empty?
Ruby on Rails 6.0.6
Since v3.1.12 Last seen in v6.1.7.10Signature
empty?()
No documentation comment.
Source
# File activesupport/lib/active_support/dependencies.rb, line 617
def empty?
@store.empty?
end
Defined in activesupport/lib/active_support/dependencies.rb line 617
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::ClassCache