Customisable exception-quenching library, for Ruby
Quench provides customisable exception-quenching utilities. Quench.Ruby is the Ruby implementation.
The library currently ships as a stub: the Quench module and version constants only. The quenching API is not yet implemented.
Install via gem as in:
gem install quench-ruby
or add it to your Gemfile.
Quench.Ruby requires Ruby 2.0+.
Use via require, as in:
require 'quench'Quench— top-level namespace;Quench::VERSION— library version string;Quench::VERSION_MAJOR,Quench::VERSION_MINOR,Quench::VERSION_REVISION— version parts;
The library currently ships as a stub, so there are no worked examples yet. See EXAMPLES.md.
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/Quench.Ruby.
Libraries upon which Quench.Ruby depends:
- <none>;
Projects that depend on Quench.Ruby:
- <none>;
- <none>;
- <none>;
Quench.Ruby is released under the 3-clause BSD license. See LICENSE for details.