method

build

build(chain, filter, kind, options)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 354
      def self.build(chain, filter, kind, options)
        new chain.name, filter, kind, options, chain.config
      end