Class: Bridgetown::WrappedObjectWithRefinements

Inherits:
SimpleDelegator
  • Object
show all
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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject

rubocop:disable Style



56
# File 'bridgetown-foundation/lib/bridgetown-foundation.rb', line 56

def method_missing(...) = __getobj__.send(...) # rubocop:disable Style