Class: Bridgetown::WrappedObjectWithRefinements
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Bridgetown::WrappedObjectWithRefinements
- Defined in:
- bridgetown-foundation/lib/bridgetown-foundation.rb
Overview
Any method call sent will be passed along to the wrapped object with refinements activated
Instance Method Summary collapse
-
#method_missing ⇒ Object
rubocop:disable Style.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
rubocop:disable Style
56 |
# File 'bridgetown-foundation/lib/bridgetown-foundation.rb', line 56 def method_missing(...) = __getobj__.send(...) # rubocop:disable Style |