[前][次][番号順一覧][スレッド一覧]

ruby-changes:36936

From: zzak <ko1@a...>
Date: Fri, 26 Dec 2014 02:15:51 +0900 (JST)
Subject: [ruby-changes:36936] zzak:r49017 (trunk): Fix typo for LoadError constant

zzak	2014-12-26 02:15:39 +0900 (Fri, 26 Dec 2014)

  New Revision: 49017

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49017

  Log:
    Fix typo for LoadError constant

  Modified files:
    trunk/tool/rbinstall.rb
Index: tool/rbinstall.rb
===================================================================
--- tool/rbinstall.rb	(revision 49016)
+++ tool/rbinstall.rb	(revision 49017)
@@ -711,7 +711,7 @@ end https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L711
 install?(:ext, :comm, :gem) do
   begin
     require "zlib"
-  rescue LoadErroe
+  rescue LoadError
   end
   if defined?(Zlib)
     require 'pathname'

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]