Ruby 3.3 リファレンスマニュアル

instance method Process::Status#&

self & other -> IntegerRuby 4.0 で削除[permalink][rdoc][edit]

self.to_i & other と同じです。このメソッドは後方互換性のためにあります。このメソッドは Ruby 3.3 から deprecated であり、Ruby 4.0 で削除されました。

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