empty? -> bool
自身が :"" (length が 0 のシンボル)かどうかを返します。
:"".empty? #=> true :foo.empty? #=> false
[SEE_ALSO] String#empty?