From: Paul Lutus Date: 2006-09-16T07:40:56+09:00 Subject: Re: Is there any way to save current job to a file in irb? Kuang Dong wrote: > Or is there any tool to take place of it? 1. Please put your message in your message, rather than in the subject line. 2. Have you considered using a text editor to create a Ruby source file? It is way more efficient than trying to create a program in irb, then losing it. "irb" is meant for testing things, not writing computer programs. As soon as you find yourself entering "do" or "{" into irb, it is time to open a text editor. -- Paul Lutus http://www.arachnoid.com