Module: Dry::Operation::ClassContext::MethodAddedHook Private
- Defined in:
- lib/dry/operation/class_context.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #method_added(method) ⇒ Object private
Instance Method Details
#method_added(method) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
64 65 66 67 68 |
# File 'lib/dry/operation/class_context.rb', line 64 def method_added(method) super @_prepend_manager.call(method: method) end |