module Limpiable
Interface that defines the common behaviour of the classes that include it.
Public Instance Methods
blank_value?()
click to toggle source
# File lib/limpio.rb, line 8 def blank_value? if respond_to? :empty? empty? else false end end
deep_reject_blank!()
click to toggle source
# File lib/limpio.rb, line 16 def deep_reject_blank!; end