Geoff Stanley wrote: > Yeah, I already got breakpoint. I like it. The thing is, it's not what > I'm going for. At least, I don't think it is. > > See, breakpoint actually starts a a new irb session and it uses all the > data from the current program. I want a new, clean irb session. Here's > actually why I'm looking to do this. > Well, how about starting irb in another process and talking to it via pipes? Hal