Class: Hash
Instance Method Summary collapse
Instance Method Details
#fwf_blank? ⇒ Boolean
2 3 4 |
# File 'lib/fun_with/files/core_extensions/hash.rb', line 2 def fwf_blank? self.length == 0 end |
2 3 4 |
# File 'lib/fun_with/files/core_extensions/hash.rb', line 2 def fwf_blank? self.length == 0 end |