summaryrefslogtreecommitdiff
path: root/lib/thwait.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-08 08:46:52 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-08 08:46:52 +0000
commit54a48b979cb2acda4bab8fbe040eb7d140452b08 (patch)
treefd08c5a1666acb44ba077e7c43155a202594f3ed /lib/thwait.rb
parentf69d45351bbee2670c6c99ae56861a1c106ef46d (diff)
Removed needless extension for require.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 8f9e0c2a78..541fe1e3c3 100644
--- a/lib/thwait.rb
+++ b/lib/thwait.rb
@@ -5,7 +5,7 @@
# $Revision: 1.3 $
# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd.)
-require "e2mmap.rb"
+require "e2mmap"
#
# This class watches for termination of multiple threads. Basic functionality