From: michael greenly Date: 2008-01-02T02:23:03+09:00 Subject: Re: create a irb like console for my program ------=_Part_26265_27945409.1199208186764 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline exposed to the end user? or just for development use? If it's just development use you're after simply require 'your/lib' and go to town? irb also loads .irbrc when it launches, first from the current path then $HOME/.irbrc so you can create a .irbrc that preloads/configures the debugging environment for you. I don't have any experience embedding it ( I think that's what you're after? ) On Jan 1, 2008 10:24 AM, Junkone wrote: > hello > how do i create a irb like console for my ruby app. i am running on > windows fyi. > > -- Michael Greenly http://blog.michaelgreenly.com ------=_Part_26265_27945409.1199208186764--