Sha256: 7a87d50781abfabde12f720687af0af1cc92b597568bc980bca838fd54920a37
Contents?: true
Size: 239 Bytes
Versions: 8
Compression:
Stored size: 239 Bytes
Contents
class TestPersistence < FlipFab::Persistence def initialize(feature_name, context) super end def read context.feature_states[feature_name] end def write(state) context.feature_states[feature_name] = state end end
Version data entries
8 entries across 8 versions & 1 rubygems