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