# File lib/virtus/attribute/embedded_value.rb, line 16
        def call(input)
          if input.kind_of?(primitive)
            input
          elsif not input.nil?
            primitive.new(*input)
          end
        end