# File lib/clamp/attribute/instance.rb, line 90
      def missing?
        attribute.required? && unset?
      end