instance method NilClass#to_s

to_s -> String[permalink][rdoc][edit]

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



nil.to_s   # => ""