summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorjftucker <jftucker@gmail.com>2008-08-01 12:01:28 +0200
committerjftucker <jftucker@gmail.com>2008-08-01 12:01:28 +0200
commitae652e644515dd0b5b02072e62b264237cbe841e (patch)
tree5f67bb2c73cd6082d2ad5d13fc63b68041ed4281 /lib
parentfea6e3a71898649750fd46d39654db965518da17 (diff)
downloadbacon-ae652e644515dd0b5b02072e62b264237cbe841e.tar.gz
bacon-ae652e644515dd0b5b02072e62b264237cbe841e.tar.xz
bacon-ae652e644515dd0b5b02072e62b264237cbe841e.zip
pols-for-at-exit
Added an alias for summary_on_exit to summary_at_exit to save on POLS for some people (me!).

darcs-hash:20080801100128-28a3f-4d5e75eed2f0b01d9c6c13d8414e7c9d71c2b647.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/bacon.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bacon.rb b/lib/bacon.rb
index 8e6e145..c5f3763 100644
--- a/lib/bacon.rb
+++ b/lib/bacon.rb
@@ -31,6 +31,7 @@ module Bacon
     }
     Counter[:installed_summary] += 1
   end
+  class <<self; alias summary_at_exit summary_on_exit; end
 
   module SpecDoxOutput
     def handle_specification(name)