| Module | Bacon |
| In: |
lib/bacon.rb
|
Copyright (C) 2007, 2008 Christian Neukirchen <purl.org/net/chneukirchen>
Bacon is freely distributable under the terms of an MIT-style license. See COPYING or www.opensource.org/licenses/mit-license.php.
| VERSION | = | "1.1" |
| Counter | = | Hash.new(0) |
| ErrorLog | = | "" |
| Shared | = | Hash.new { |_, name| raise NameError, "no such context: #{name.inspect}" |
| RestrictName | = | // unless defined? RestrictName |
| RestrictContext | = | // unless defined? RestrictContext |
| Backtraces | = | true unless defined? Backtraces |
| summary_on_exit | -> | summary_at_exit |