Return true only for these conditions
if "Exclusive" is false, then the instance is valid if it is greater than, or equal to, the value of "minimum";
if "Exclusive" is true, the instance is valid if it is strictly greater than the value of "minimum".
Return true only for these conditions if "Exclusive" is false, then the instance is valid if it is greater than, or equal to, the value of "minimum"; if "Exclusive" is true, the instance is valid if it is strictly greater than the value of "minimum".
@require underscore