if options[:max] && result > options[:max]
          raise ValidationViolatedMax,
                "`#{property}' value (#{result.inspect}) should be less than #{options[:max].inspect}"
        end