Method: Verdict::Storage::CookieStorage#store_start_timestamp

Defined in:
lib/verdict/storage/cookie_storage.rb

#store_start_timestamp(_experiment, _timestamp) ⇒ Object

Raises:

  • (NotImplementedError)


52
53
54
# File 'lib/verdict/storage/cookie_storage.rb', line 52

def store_start_timestamp(_experiment, _timestamp)
  raise NotImplementedError
end