instance method Symbol#empty?

empty? -> bool[permalink][rdoc][edit]

自身が :"" (length が 0 のシンボル)かどうかを返します。

:"".empty?  #=> true
:foo.empty? #=> false

[SEE_ALSO] String#empty?