From: Joe Van Dyk Date: 2005-04-26T02:21:27+09:00 Subject: irb question Hi, I'd like to be able to run a ruby program that would initialize a few objects, require a few libraries, and then dump me into an irb shell (that has access to those objects). How would I do that? Thanks, Joe