Module: BCDD::Contract

Defined in:
lib/bcdd/contract/null.rb

Defined Under Namespace

Modules: Null

Class Method Summary collapse

Class Method Details

.null(value) ⇒ Object

TODO: Move to bcdd-contract



23
24
25
# File 'lib/bcdd/contract/null.rb', line 23

def self.null(value)
  Null::Checking.new(nil, value)
end