# File lib/scrivener/validations.rb, line 70
    def valid?(*args)
      errors.clear
      validate(*args)
      errors.empty?
    end