method
empty?
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::CallbackChain
empty?()public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 587
def empty?; @chain.empty?; end