るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.173秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:r[x] > バージョン:2.6.0[x] > クエリ:>[x] > クエリ:tr[x] > クラス:NilClass[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. bigdecimal to_r
  5. fileutils cp_r

ライブラリ

検索結果

NilClass#to_s -> String (907.0)

空文字列 "" を返します。

空文字列 "" を返します。

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