Class: Hash

Inherits:
Object show all
Defined in:
lib/iron/extensions/hash.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/iron/extensions/hash.rb', line 3

def blank?
  empty?
end