Ruby 2.4.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > NilClassクラス > to_s
to_s -> String
空文字列 "" を返します。
例 nil.to_s # => ""
nil.to_s # => ""