README.md in verdict-0.3.2 vs README.md in verdict-0.4.0
- old
+ new
@@ -76,10 +76,9 @@
an object that responds to the following methods:
* `store_assignment(assignment)`
* `retrieve_assignment(experiment, subject_identifier)`
* `remove_assignment(experiment, subject_identifier)`
-* `clear_experiment(experiment)`
* `retrieve_start_timestamp(experiment)`
* `store_start_timestamp(experiment, timestamp)`
Regarding the method signatures above, `experiment` is the Experiment instance, `subject_identifier` is a string that uniquely identifies the subject, and `assignment` is a `Verdict::Assignment` instance.