InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Nil And False In Ruby ? |
|
Answer» FALSE is a BOOLEAN DATATYPE, NIL is not a DATA type it have object_id 4. False is a boolean datatype, Nil is not a data type it have object_id 4. |
|