Ruby 2.0.0 リファレンスマニュアル
> ライブラリ一覧
> complexライブラリ
> Complexクラス
> generic?
singleton method Complex.generic?
generic?(other) -> bool
[permalink][rdoc] [added by complex]
-
other が Integer Float Rational クラスのオブジェクト
かどうか判定します。
- [PARAM] other:
-
判定対象のオブジェクト
- [RETURN]
-
Integer Float Rational クラスのオブジェクトの
時 trueそれ以外の場合には false を返します。