Libraries
»
activesupport
(8.1.2)
»
Index
»
ActiveSupport
»
Callbacks
»
CallbackChain
»
#empty?
Method: ActiveSupport::Callbacks::CallbackChain#empty?
Defined in:
lib/active_support/callbacks.rb
#
empty?
⇒
Boolean
Returns:
(
Boolean
)
587
# File 'lib/active_support/callbacks.rb', line 587
def
empty?
;
@chain
.
empty?
;
end