From 695641dc3629ddad03721f06f03f74204d4e4b6e Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 19 Dec 2004 15:19:43 +0000 Subject: * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/encodings/SHIFT_JIS.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rexml') diff --git a/lib/rexml/encodings/SHIFT_JIS.rb b/lib/rexml/encodings/SHIFT_JIS.rb index 8e8627da1..2fc0b2830 100644 --- a/lib/rexml/encodings/SHIFT_JIS.rb +++ b/lib/rexml/encodings/SHIFT_JIS.rb @@ -1 +1 @@ -load 'rexml/encodings/Shift-JIS' +load 'rexml/encodings/SHIFT-JIS.rb' -- cgit