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

instance method Process::Status#&

self & other -> Integer[permalink][rdoc]

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

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