From 1c0641991146d3b0716b583f14aef571696463f0 Mon Sep 17 00:00:00 2001 From: gsinclair Date: Mon, 20 Jan 2003 16:05:47 +0000 Subject: Modified some RDoc formatting. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/thwait.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/thwait.rb b/lib/thwait.rb index d9b134da95..4512209604 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? -- cgit v1.2.3