assaf / vanity

Experiment Driven Development for Ruby
http://vanity.labnotes.org
MIT License
1.55k stars 270 forks source link

Add `reject` method to experiment definition. #290

Closed peterkovacs closed 8 years ago

peterkovacs commented 8 years ago

This block is called on each choose. If it returns true then the default is returned.

The block is called with the current request or nil if there is none.