instance method Process::Status#==

self == other -> bool[permalink][rdoc][edit]

同じステータスの場合に真を返します。

other が数値の場合、self.to_i との比較が行われます。これは後方互換性のためです。

[PARAM] other:
自身と比較したいオブジェクトを指定します。