From: Bazsl Date: 2007-10-22T00:42:47+09:00 Subject: Memory management I am new to Ruby. If I instantiate an object instance with x = Foo.new should I set x to nil to free the object instance when it is no longer needed? Can anyone point me to any articles etc. on memory management in Ruby? Thanks.