[Rails] Re: Re: how to create console application

2011-01-27 Thread Priya D.
I'm creating a new object for a class using irb. At that time, if the object is created successfully, a new console should be open. The newly opened console should act as the created object. so that i can execute all the instance methods through the newly opened console, without prefixing

Re: [Rails] Re: Re: how to create console application

2011-01-27 Thread Colin Law
On 27 January 2011 09:31, Priya D. li...@ruby-forum.com wrote: I'm creating a new object for a class using irb. At that time, if the object is created successfully, a new console should be open. The newly opened console should act as the created object. so that i can execute all the instance

Re: [Rails] Re: Re: how to create console application

2011-01-27 Thread Joshua Fenio
On Thu, Jan 27, 2011 at 2:31 AM, Priya D. li...@ruby-forum.com wrote: I'm creating a new object for a class using irb. At that time, if the object is created successfully, a new console should be open. The newly opened console should act as the created object. so that i can execute all the