On 27 January 2011 09:47, Priya D. <li...@ruby-forum.com> wrote:
> No Colin, i don't want to execute system commands.
>
> For eg,
>
> 1) I'm requiring a gem in console.(require "somegem")
> 2) I'll create object of the gem. (@obj = Module::Class.new)
> 3) Using the created object, i'll access the methods in the gem.
> (@obj.get_details())
>
> In the above mentioned steps, while i'm creating a object, a new console
> should open, which represents the object.
>
> I just give the instance method names in the opened console.i.e,
> get_details() instead of @obj.get_details().
>
> Is this making sense?

Which OS are you running (Ubuntu, XP etc)?  How do you open the first console?

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to