Is the value returned by ruby's #hash the same across interpreter instances?
For example, if I do "some string".hash
, will I always get the same number even if run in different instances of the interpreter? If so, is this also true for all the builtin types (e.g. Hash
, FixNum
, etc).