Sha256: 068fc10d28a83bc02986b6511d55b29dce39fd9d832e4f2143f564b9c91fe685
Contents?: true
Size: 156 Bytes
Versions: 1
Compression:
Stored size: 156 Bytes
Contents
module FeatureGate mattr_accessor :time_to_stale self.time_to_stale = 1.month def self.setup yield self end end require 'feature_gate/engine'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
feature_gate-0.2.3 | lib/feature_gate.rb |