method

empty?

Importance_1
Ruby latest stable (v1_8_7_72) - 0 notes - Class: Hash
empty?() public

Returns true if hsh contains no key-value pairs.

   {}.empty?   #=> true
Show source
Register or log in to add new notes.