free_mutant/lib
Daniel Gollahon 63042bd67e Remove Inf & NaN mutations for ranges
- Removes NaN ranges. NaN..N and N..NaN are never valid ranges so it seemed prudent to keep
  them from being emitted.
- Removes Inf as a range boundary mutation. The infinite case should be covered incrementally by the +1/-1
  mutations.
- Closes #392
2016-07-25 10:36:47 -07:00
..
mutant Remove Inf & NaN mutations for ranges 2016-07-25 10:36:47 -07:00
mutant.rb Add class mutator 2016-07-24 17:29:26 -07:00