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

ruby-reference-manual:579

From: sheepman <sheepman@s...>
Date: Wed, 14 Nov 2007 22:38:49 +0900
Subject: [ruby-reference-manual:579] Exception のパッチ

よろしくお願いします。

Index: Exception
===================================================================
--- Exception   (revision 2257)
+++ Exception   (working copy)
@@ -72,3 +72,13 @@
 情報を返します。

 @param errinfo nil、[[c:String]] あるいは [[c:String]] の配列のいずれかを指定します。
+
+#@since 1.9.0
+--- ==(other)    -> bool
+
+自身と指定された other のクラスが同じであり、message と backtrace が == メソッドで比較して
+等しい場合に true を返します。そうでない場合に false を返します。
+
+@param other 自身と比較したいオブジェクトを指定します。
+
+#@end

-- 
sheepman / TAMURA Takashi
sheepman@s...

--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/

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