instance method make_lambda

Ruby on Rails 7.0.10

Since v7.0.10 Last seen in v7.1.6

Available in: v7.0.10 v7.1.6

Signature

make_lambda()

No documentation comment.

Source
# File activesupport/lib/active_support/callbacks.rb, line 488
          def make_lambda
            lambda do |target, value, &block|
              raise ArgumentError unless block
              target.instance_exec(target, block, &@override_block)
            end
          end

Defined in activesupport/lib/active_support/callbacks.rb line 488 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::Callbacks::CallTemplate::InstanceExec2

Type at least 2 characters to search.

↑↓ navigate · open · esc close