Copyright (C) 2007, 2008, 2012 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.
# File lib/bacon.rb, line 24 def self.summary_on_exit return if Counter[:installed_summary] > 0 @timer = Time.now at_exit { handle_summary if $! raise $! elsif Counter[:errors] + Counter[:failed] > 0 exit 1 end } Counter[:installed_summary] += 1 end
Generated with the Darkfish Rdoc Generator 2.