Class: ActiveSupport::Callbacks::CallTemplate::ProcCall
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/callbacks.rb
Instance Method Summary collapse
- #expand(target, value, block) ⇒ Object
-
#initialize(target) ⇒ ProcCall
constructor
A new instance of ProcCall.
- #inverted_lambda ⇒ Object
- #make_lambda ⇒ Object
Constructor Details
Instance Method Details
#expand(target, value, block) ⇒ Object
508 509 510 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/callbacks.rb', line 508 def (target, value, block) [@override_target || target, block, :call, target, value] end |