Module: FunWith::Files::CoreExtensions::Object

Defined in:
lib/fun_with/files/core_extensions/object.rb

Instance Method Summary collapse

Instance Method Details

#fwf_blank?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/fun_with/files/core_extensions/object.rb', line 5

def fwf_blank?
  false
end

#fwf_present?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/fun_with/files/core_extensions/object.rb', line 9

def fwf_present?
  ! self.fwf_blank?
end