Class | Contract::Check::Block |
In: |
lib/contract/integration.rb
|
Parent: | Base |
Checks that the specified block matches. Example:
signature :x, Contract::Check.block { |arg| arg > 0 }