Sha256: 0b5642957e3e84277fbb9a0f99fd562fa560eb707b51dbc21f63afeb4e0d4723
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
module FlipFab class Persistence attr_reader :feature_name, :context def initialize feature_name, context @feature_name = feature_name @context = context end def read raise NotImplementedError end def write state raise NotImplementedError end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flip_fab-1.0.1 | lib/flip_fab/persistence.rb |
flip_fab-1.0.0 | lib/flip_fab/persistence.rb |
flip_fab-0.0.1 | lib/flip_fab/persistence.rb |