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?

-- 
Posted via http://www.ruby-forum.com/.

-- 
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