module FunWith::Files::CoreExtensions::Set

Public Instance Methods

fwf_blank?() click to toggle source
# File lib/fun_with/files/core_extensions/set.rb, line 5
def fwf_blank?
  self.length == 0
end