In Files

Files

Bacon

Copyright (C) 2007, 2008 Christian Neukirchen

Bacon is freely distributable under the terms of an MIT-style license. See COPYING or www.opensource.org/licenses/mit-license.php.

Constants

VERSION
Counter
ErrorLog
Shared
RestrictName
RestrictContext
Backtraces

Public Class Methods

summary_on_exit() click to toggle source
    # File lib/bacon.rb, line 24
24:   def self.summary_on_exit
25:     return  if Counter[:installed_summary] > 0
26:     at_exit {
27:       handle_summary
28:       if $!
29:         raise $!
30:       elsif Counter[:errors] + Counter[:failed] > 0
31:         exit 1
32:       end
33:     }
34:     Counter[:installed_summary] += 1
35:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.