Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Process::Statusクラス > &

instance method Process::Status#&

self & other -> Integer

self.to_i & other と同じです。 このメソッドは後方互換性のためにあります。

[PARAM] other:
自身との & 演算をしたい整数を指定します。
class Process::Status