Method: Workling::Return::Store::Base#set
- Defined in:
- lib/workling/return/store/base.rb
#set(key, value) ⇒ Object
set a value in the store with the given key.
26 27 28 |
# File 'lib/workling/return/store/base.rb', line 26 def set(key, value) raise NotImplementedError.new("set(key, value) not implemented in #{ self.class }") end |