Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
Integerクラス
~
instance method Integer#~
~ self -> Integer
[
permalink
][
rdoc
]
ビット演算子。否定を計算します。
例:
~1 # => -2 ~3 # => -4 ~-4 # => 3