aboutsummaryrefslogtreecommitdiffstats
path: root/enc/prelude.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-03 07:47:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-03 07:47:11 +0000
commit673f1b30646b591f0366f2bb258f43bd5ab3cbc2 (patch)
treec9bf6fd60b7a6d90a731ff497d47b8c77c359ceb /enc/prelude.rb
parenta177c2762e9bbe01e2666026cc70474bdace50b5 (diff)
downloadruby-673f1b30646b591f0366f2bb258f43bd5ab3cbc2.tar.gz
enc/prelude.rb: no encdb and transdb
* enc/prelude.rb: no longer need to load encdb and transdb here. Init_enc should load them if possible. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/prelude.rb')
-rw-r--r--enc/prelude.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/enc/prelude.rb b/enc/prelude.rb
index a70e82ba7a..be7c0c9445 100644
--- a/enc/prelude.rb
+++ b/enc/prelude.rb
@@ -1,10 +1,3 @@
-%w'enc/encdb.so enc/trans/transdb.so'.each do |init|
- begin
- require(init)
- rescue LoadError
- end
-end
-
begin
require 'unicode_normalize'
rescue LoadError