summaryrefslogtreecommitdiff
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
parentf69d45351bbee2670c6c99ae56861a1c106ef46d (diff)
Removed needless extension for require.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/matrix.rb2
-rw-r--r--lib/thwait.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/matrix.rb b/lib/matrix.rb
index 980d3dfb78..5cc9697714 100644
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -12,7 +12,7 @@
# Original Documentation:: Gavin Sinclair (sourced from <i>Ruby in a Nutshell</i> (Matsumoto, O'Reilly))
##
-require "e2mmap.rb"
+require "e2mmap"
module ExceptionForMatrix # :nodoc:
extend Exception2MessageMapper
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