Sha256: c51a93c72b07d5eb9bfe8c608bb19efd9cbaf62fc660e2cc07f91cbe7a3dc75e

Contents?: true

Size: 311 Bytes

Versions: 3

Compression:

Stored size: 311 Bytes

Contents

module ContextExposer
  module Integrations
    module Base
      extend ActiveSupport::Concern
      
      protected

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
context_exposer-0.4.1 lib/context_exposer/integrations/base.rb
context_exposer-0.4.0 lib/context_exposer/integrations/base.rb
context_exposer-0.3.0 lib/context_exposer/integrations/base.rb