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