summaryrefslogtreecommitdiff
path: root/lib/thwait.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thwait.rb')
-rw-r--r--lib/thwait.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thwait.rb b/lib/thwait.rb
index 60f3911887..d9750a406b 100644
--- a/lib/thwait.rb
+++ b/lib/thwait.rb
@@ -55,7 +55,7 @@ class ThreadsWait
end
# Returns the array of threads that have not terminated yet.
- attr :threads
+ attr_reader :threads
#
# Returns +true+ if there are no threads in the pool still running.