Skip to content

Commit

Permalink
Removed needless extension for require.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
hsbt committed Jun 8, 2018
1 parent f69d453 commit 54a48b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/thwait.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54a48b9

Please sign in to comment.