Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/type_toolkit/ext/nil_assertions.rb

Instance Method Summary collapse

Instance Method Details

#not_nil!Object

Signature:

  • -> bot

Raises:



20
21
22
# File 'lib/type_toolkit/ext/nil_assertions.rb', line 20

def not_nil!
  raise TypeToolkit::UnexpectedNilError
end