Module: Kind::NotNil

Defined in:
lib/kind/objects/not_nil.rb

Class Method Summary collapse

Class Method Details

.[](value, label: nil) ⇒ Object



5
6
7
# File 'lib/kind/objects/not_nil.rb', line 5

def self.[](value, label: nil)
  STRICT.not_nil(value, label)
end