What is the meaning of *nix, and what is its relation with Ruby?
Just saw that in an interview question... I think there is something to do with UNIX distros, but I
*nix is a general term to refer to the whole family of Unices, to the operating systems that follow the POSIX1 standard.
Ruby is a programming language, there's no general relationship between the two.
1: Portable Operating System Interface [for Unix]