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