# File lib/clamp/attribute/instance.rb, line 82 def unset? if attribute.multivalued? read.empty? else read.nil? end end