From: Tridib Bandopadhyay Date: 2010-12-07T11:33:54+09:00 Subject: Re: Manual Memory Management and Automatic Garbage Collection On One function void rb_gc() I added one printf statement of my own. And when I type the command - ./ruby -e 'GC.start()' Then it is showing me my print statement.But I want to see my print statement when i am running one of my ruby codes. Regards Tridib -- Posted via http://www.ruby-forum.com/.