Module: Ambit
- Defined in:
- lib/ambit.rb
Overview
This gem allows choose/fail (amb) style non-deterministic programming in Ruby
- Author
Jim Wise (mailto:[email protected])
- Copyright
Copyright (c) 2011 Jim Wise
- License
2-clause BSD-Style (see LICENSE)
Defined Under Namespace
Classes: ChoicesExhausted, Generator
Constant Summary collapse
- VERSION =
'0.10'- Default_Generator =
The default generator used by Ambit.choose, Ambit.fail!, et al. should not be used directly.
Generator.new