るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.047秒)
トップページ > ライブラリ:ビルトイン[x] > バージョン:2.5.0[x] > クエリ:Class[x] > クエリ:NilClass[x] > クエリ:to_r[x] > クラス:NilClass[x]

別のキーワード

  1. json nilclass
  2. nilclass rationalize
  3. _builtin nilclass
  4. nilclass to_r
  5. nilclass to_s

検索結果

NilClass#to_r -> Rational (126331.0)

0/1 を返します。

0/1 を返します。

//emlist[例][ruby]{
nil.to_r # => (0/1)
//}