# File lib/tins/xt/blank.rb, line 4 def blank? respond_to?(:empty?) ? empty? : !self end
# File lib/tins/xt/blank.rb, line 8 def present? !blank? end