class Contracts::Builtin::Or

Takes a variable number of contracts. The contract passes if any of the contracts pass. Example: Or[Integer, Float]