instance method Hash#empty?

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

ハッシュが空の時、真を返します。



puts({}.empty?) #=> true