Libraries
»
bcdd-process
(0.3.0)
»
Index (C)
»
BCDD
»
Contracts
Module: BCDD::Contracts
Defined in:
lib/bcdd/contracts.rb
Overview
TODO: Move to bcdd-contract
Constant Summary
collapse
NotNil =
contract
[
-
>
{
_1
.
nil?
and
'cannot be nil'
}
]