What is the difference between false and nil in Ruby?
False indicates a Boolean datatype, and Nil is not a data type and it have an object_id 4.
BY Best Interview Question ON 13 Jan 2019
False indicates a Boolean datatype, and Nil is not a data type and it have an object_id 4.