Class: OpenFeatureSorbet::Hooks

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Generic, T::Sig
Defined in:
lib/open_feature_sorbet/hooks.rb

Overview

Represents full set of hooks with helper methods for filtering and sequencing each subtype

Instance Method Summary collapse

Instance Method Details

#beforeObject



18
19
20
# File 'lib/open_feature_sorbet/hooks.rb', line 18

def before
  T.cast(global + client + invocation + provider, T::Array[Hook::BeforeHook])
end