Method: Tenjin::KeyValueStore#get
- Defined in:
- lib/tenjin.rb
#get(key, *options) ⇒ Object
1068 1069 1070 |
# File 'lib/tenjin.rb', line 1068 def get(key, *) raise NotImplementedError.new("#{self.class.name}#get(): not implemented yet.") end |