Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
fiddleライブラリ
Fiddle::Pointerクラス
<=>
instance method Fiddle::Pointer#<=>
self <=> other -> Integer
[
permalink
][
rdoc
]
ポインタの指すアドレスの大小を比較します。
other より小さい場合は -1, 等しい場合は 0、other より大きい場合は 1を返します。
[PARAM] other:
比較対象の Pointer オブジェクト