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