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