Method: ActiveSupport::Callbacks::CallTemplate::InstanceExec0#inverted_lambda
- Defined in:
- activesupport/lib/active_support/callbacks.rb
#inverted_lambda ⇒ Object
410 411 412 413 414 |
# File 'activesupport/lib/active_support/callbacks.rb', line 410 def inverted_lambda lambda do |target, value, &block| !target.instance_exec(&@override_block) end end |