Hi, I know there are several ways of saving ruby objects on files, but there is a simple way of saving ALL the state of a Ruby program execution (or an irb work session) and then reload it in another execution (or session)? In this way I could use Ruby as a sort of Persistent Programming Language (or Object Database Language). Thanks! Renzo Orsini (orsini / dsi.unive.it) a newbie to Ruby...