Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/xml-object/core_ext/hash.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
2 3 4 |
# File 'lib/xml-object/core_ext/hash.rb', line 2 def blank? size.zero? end |