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