From 54a48b979cb2acda4bab8fbe040eb7d140452b08 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 8 Jun 2018 08:46:52 +0000 Subject: Removed needless extension for require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/matrix.rb | 2 +- lib/thwait.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 Ruby in a Nutshell (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 -- cgit v1.2.3