summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-20 16:05:47 +0000
committergsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-20 16:05:47 +0000
commit88db736ebd1f9e9b56703e413eb26b724928d063 (patch)
tree75907e5e9c2c0c97fea4032c6e447d974f9cf178
parenta93d5658eb8c8f177e491ceb032bd3894e73e1fd (diff)
downloadruby-88db736ebd1f9e9b56703e413eb26b724928d063.tar.gz
ruby-88db736ebd1f9e9b56703e413eb26b724928d063.tar.xz
ruby-88db736ebd1f9e9b56703e413eb26b724928d063.zip
Modified some RDoc formatting.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/thwait.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/thwait.rb b/lib/thwait.rb
index d9b134da9..451220960 100644
--- a/lib/thwait.rb
+++ b/lib/thwait.rb
@@ -87,14 +87,14 @@ class ThreadsWait
attr :threads
#
- # Returns true if there are no threads to be synchronized.
+ # Returns +true+ if there are no threads to be synchronized.
#
def empty?
@threads.empty?
end
#
- # Returns true if any thread has terminated.
+ # Returns +true+ if any thread has terminated.
#
def finished?
!@wait_queue.empty?