Module: ContextExposer::Integrations::Base::ClassMethods

Defined in:
lib/context_exposer/integrations/base.rb

Instance Method Summary collapse

Instance Method Details

#_exposure_filter(keys, options = {}) ⇒ Object



9
10
11
# File 'lib/context_exposer/integrations/base.rb', line 9

def _exposure_filter keys, options = {}
  ::ContextExposer::Integrations::KeyFilter.new(keys, options).filter
end