最速Rubyリファレンスマニュアル検索!
すべて(11)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
11件ヒット
[1-11件を表示]
(0.033秒)
トップページ
>
:
インスタンスメソッド
>
:
ビルトイン
>
:
self
>
クラス:
Process::Status
>
:==
別のキーワード
object yield_self
_builtin yield_self
_builtin self
tracepoint self
codeobject document_self=
検索結果
先頭1件
Process
::
Status
#
==(other) -> bool
Process
::
Status
#
==(other) -> bool
(18110.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
インスタンスメソッド
同じステータスの場合に真を返します。
...
同じステータスの場合に真を返します。
other が数値の場合、
self
.to_i との比較が行われます。こ
れは後方互換性のためです。
@param other 自身と比較したいオブジェクトを指定します。
...