Sha256: e8c326ef7dd880dba5f6fae342d8da82e70be1d5e19f388fb43d34442ce90ad9
Contents?: true
Size: 308 Bytes
Versions: 9
Compression:
Stored size: 308 Bytes
Contents
require 'flipper/decorator' module Flipper module Adapters # Public: Adapter super class for decorating another adapter. Used internally # in flipper for the instrumented, memoizable and operation logger adapters. class Decorator < ::Flipper::Decorator include Adapter end end end
Version data entries
9 entries across 9 versions & 1 rubygems