Method: Tenjin::KeyValueStore#get

Defined in:
lib/tenjin.rb

#get(key, *options) ⇒ Object

Raises:

  • (NotImplementedError)


1068
1069
1070
# File 'lib/tenjin.rb', line 1068

def get(key, *options)
  raise NotImplementedError.new("#{self.class.name}#get(): not implemented yet.")
end