Classes: KVS
Class.new(RuntimeError)
99 100 101
# File 'lib/ccp/data.rb', line 99 def data @data ||= KVS.new end
Returns:
103 104 105
# File 'lib/ccp/data.rb', line 103 def data?(key) data.set?(key) end