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