1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

enc/prelude.rb: Added automatic loading of lib/unicode_normalize.rb. This makes sure that all

the methods that are available on String are available without explicit require.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2014-10-19 09:39:41 +00:00
parent 8c722a9a1e
commit 824670aa9e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
Sun Oct 19 18:39:39 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/prelude.rb: Added automatic loading of
lib/unicode_normalize.rb. This makes sure that all
the methods that are available on String are
available without explicit require.
Sun Oct 19 18:35:35 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* lib/unicode_normalize/normalize.rb: Added a missing

View file

@ -4,3 +4,4 @@
rescue LoadError
end
end
require 'unicode_normalize'