るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.142秒)
トップページ > クエリ:l[x] > クエリ:>[x] > クエリ:Integer[x] > クエリ:INTEGER[x] > クラス:IPAddr[x]

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer upto
  5. integer downto

ライブラリ

キーワード

検索結果

IPAddr#<=>(other) -> Integer | nil (6427.0)

self と other を比較します。

...self と other を比較します。

@param other 比較対象の IPAddr オブジェクト。

@return self と other のアドレスファミリが一致しない場合は nil を返します。
アドレスファミリが一致する場合は、両方の数値表現を Integer#<=>...
...で比較した結果を返します。

@see Integer#<=>...

IPAddr#family -> Integer (6403.0)

このオブジェクトのアドレスファミリを返します。

このオブジェクトのアドレスファミリを返します。

@see Socket