るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.031秒)
トップページ > クラス:Object[x] > クエリ:nilclass[x] > クエリ:nil?[x] > 種類:インスタンスメソッド[x] > ライブラリ:ビルトイン[x]

別のキーワード

  1. nilclass rationalize
  2. json nilclass
  3. _builtin nilclass
  4. nilclass to_i

検索結果

Object#nil? -> bool (18123.0)

レシーバが nil であれば真を返します。

...レシーバが nil であれば真を返します。

p false.nil? #=> false
p nil.nil? #=> true

@see NilClass...