method

make_lambda

make_lambda()
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 401
          def make_lambda
            lambda do |target, value, &block|
              target.send(@method_name, &block)
            end
          end