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