Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
Process::Statusクラス
==
instance method Process::Status#==
self == other -> bool
[
permalink
][
rdoc
]
同じステータスの場合に真を返します。
other が数値の場合、self.to_i との比較が行われます。これは後方互換性のためです。
[PARAM] other:
自身と比較したいオブジェクトを指定します。