From 4b2de6dad87a71a17871c7bb914cf2314e2db8fc Mon Sep 17 00:00:00 2001 From: jimweirich Date: Sat, 21 Apr 2007 02:32:57 +0000 Subject: [PATCH] Final changes for Rake 0.7.3 git-svn-id: svn+ssh://rubyforge.org/var/svn/rake/trunk@586 5af023f1-ac1a-0410-98d6-829a145c37ef --- lib/rake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rake.rb b/lib/rake.rb index 28dcbb333..dcb987c4f 100755 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -1753,7 +1753,7 @@ def options @options ||= OpenStruct.new end - private + # private ---------------------------------------------------------------- # Provide standard execption handling for the given block. def standard_exception_handling