Class | Contract::Check::None |
In: |
lib/contract/integration.rb
|
Parent: | Base |
Checks that none of the specified conditions match. Example:
signature :x, Contract::Check::None[Numeric, Symbol] signature :x, Contract::Check::Not[Comparable]