# File lib/virtus/attribute.rb, line 125
    def value_coerced?(value)
      coercer.success?(primitive, value)
    end