Module: FunWith::Files::CoreExtensions::Array
- Defined in:
- lib/fun_with/files/core_extensions/array.rb
Instance Method Summary collapse
Instance Method Details
#fwf_blank? ⇒ Boolean
5 6 7 |
# File 'lib/fun_with/files/core_extensions/array.rb', line 5 def fwf_blank? self.length == 0 end |