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