module FunWith::Files::CoreExtensions::Array
Public Instance Methods
fwf_blank?()
click to toggle source
# File lib/fun_with/files/core_extensions/array.rb, line 5 def fwf_blank? self.length == 0 end
# File lib/fun_with/files/core_extensions/array.rb, line 5 def fwf_blank? self.length == 0 end