# File lib/virtus/attribute/default_value.rb, line 15
      def self.build(*args)
        klass = descendants.detect { |descendant| descendant.handle?(*args) } || self
        klass.new(*args)
      end