1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed needless extension for require.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-06-08 08:46:52 +00:00
parent f69d45351b
commit 54a48b979c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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