Class | Contract::Check::Any |
In: |
lib/contract/integration.rb
|
Parent: | Base |
Checks that at least one of the specified conditions match. Example:
signature :x, Contract::Check::Any[String, Symbol]