Actions
Bug #4103
closedString#hash not returning consistent values in different sessions
Description
=begin
I open one irb session
ruby-1.9.2-p0 > 'test'.hash
=> -658842761
ruby-1.9.2-p0 > 'test'.hash
=> -658842761
The second time I open it
ruby-1.9.2-p0 > 'test'.hash
=> 11032433
ruby-1.9.2-p0 > 'test'.hash
=> 11032433
I have no clue if this is on purpose or not but in 1.8.7 it was consistent across different sessions.
=end
Actions
Like0
Like0Like0Like0