Hi, Are there any nice or existing solutions for attaching to a running Ruby process and changing the code on the fly from the console? Like, say I want to update a variable or modify a method for a Ruby program that is already running. I guess maybe the Ruby program would have to allocate a thread/socket for eval requests... it would be nice if someone already solved this. Thanks, Navin.