Hi,
In message "Re: Ruby Profiler and ruby-prof Issues break working code?"
on Mon, 1 Jan 2007 08:21:01 +0900, "Tyler Prete" <psyonic / gmail.com> writes:
|Thank you for the quick response. I don't know which part of the code the
|problem is in, but I'm more than happy to let you look at the source code.
|It's a little too long to post it all here, but here's a link to it on my
|website.
You have redefined Chain.hash which is used internally in Hash to get
hash value, and should return integer value.
matz.