# File lib/virtus/attribute/coercible.rb, line 13
      def set(instance, value)
        super(instance, coerce(value))
      end