module ContextExposer::Integrations::Base::ClassMethods

Public Instance Methods

_exposure_filter(keys, options = {}) click to toggle source
# File lib/context_exposer/integrations/base.rb, line 9
def _exposure_filter keys, options = {}
  ::ContextExposer::Integrations::KeyFilter.new(keys, options).filter
end