Hi,

I'm trying to write a code that'd inspect my method calls for any
memory leaks. You can find my code at http://pastie.caboo.se/49859

In my method, I have

def leaker
    "hello"
end

Here, as per my code, the string "hello" is caught as a leak. Could
someone tell me if I'm doing it the right way ?

Thanks,
Pratik