nil (Ruby)
nil is Ruby's representation of 'nothing' or 'no value' — the sole instance of NilClass. It is one of only two falsy values in Ruby (the other is false).
nil is Ruby's representation of 'nothing' or 'no value' — the sole instance of NilClass. It is one of only two falsy values in Ruby (the other is false).