instance method Hash#empty?

empty? -> bool[permalink][rdoc]

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

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