From 3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 May 2011 11:55:52 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- prelude.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prelude.rb') diff --git a/prelude.rb b/prelude.rb index 04bf85044b..4b6ab1a677 100644 --- a/prelude.rb +++ b/prelude.rb @@ -19,7 +19,7 @@ class Thread # call-seq: # Thread.exclusive { block } => obj - # + # # Wraps a block in Thread.critical, restoring the original value # upon exit from the critical section, and returns the value of the # block. -- cgit v1.2.3