Ruby 2.1.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > NilClassクラス > to_a
to_a -> Array
空配列 [] を返します。
例 nil.to_a #=> []
nil.to_a #=> []