From 824670aa9e499edb17bce1f57e1b197968d2f380 Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 19 Oct 2014 09:39:41 +0000 Subject: 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 --- enc/prelude.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'enc') diff --git a/enc/prelude.rb b/enc/prelude.rb index 8ce59f957a..cae1b91695 100644 --- a/enc/prelude.rb +++ b/enc/prelude.rb @@ -4,3 +4,4 @@ rescue LoadError end end +require 'unicode_normalize' -- cgit v1.2.3