summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-22 12:33:14 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-22 14:17:52 +0900
commitdf70faa9c92beec4d78bbd5d0a8e0f24e16fdb7c (patch)
treefec310f624cdd88f050de5b5a74f1c4d5e4f8d40 /lib
parent34315510d34543cf14fe0ac9e8adb1d86b5beebf (diff)
Extract nkf
Diffstat (limited to 'lib')
-rw-r--r--lib/nkf.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/nkf.rb b/lib/nkf.rb
deleted file mode 100644
index d71717d8d8..0000000000
--- a/lib/nkf.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-if RUBY_ENGINE == "jruby"
- require 'nkf.jar'
- JRuby::Util.load_ext('org.jruby.ext.nkf.NKFLibrary')
-else
- require 'nkf.so'
-end