[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:01161] filter -> collect



rubyのバージョンによってはwarningがでるようなのでパッチです。

--- mhc-make.rb~	Mon Dec 18 06:53:43 2000
+++ mhc-make.rb	Mon Dec 18 06:54:09 2000
@@ -247,7 +247,7 @@
 
     ## set useful macros.
     @macros['@@MHC_RUBY_VERSION@@'] = 
-      VERSION .split('.') .filter{|i| format("%02d", i)} .join('')
+      VERSION .split('.') .collect{|i| format("%02d", i)} .join('')
     @macros['@@MHC_TOPDIR@@'] = Dir .pwd
   end
 


-- 
ZnZ(ゼット エヌ ゼット)
西山和広(Kazuhiro NISHIYAMA)