るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.044秒)

別のキーワード

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

クラス

検索結果

NilClass#to_h -> {} (126328.0)

{} を返します。

{} を返します。

//emlist[例][ruby]{
nil.to_h #=> {}
//}