summaryrefslogtreecommitdiff
path: root/lib/unicode_normalize
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-02 17:52:43 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-02 17:52:43 +0000
commitb9d42af0f28f7957c5a086a86175a0739d251c73 (patch)
treef17b04b88d2fc053851993a778a2a061b807038d /lib/unicode_normalize
parente859e668d2eb59f34ad18edb7458ce90076617e9 (diff)
lib/*: Prefer require_relative over require, remove explicit extension
[#15206] [Fix GH-1976] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/unicode_normalize')
-rw-r--r--lib/unicode_normalize/normalize.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicode_normalize/normalize.rb b/lib/unicode_normalize/normalize.rb
index 460f784125..b27cdadaaa 100644
--- a/lib/unicode_normalize/normalize.rb
+++ b/lib/unicode_normalize/normalize.rb
@@ -18,7 +18,7 @@
# content are purely an implementation detail, and should not be exposed in
# any test or spec or otherwise.
-require 'unicode_normalize/tables.rb'
+require_relative 'tables'
module UnicodeNormalize # :nodoc: