From: Robo Date: 2004-03-28T15:04:29+09:00 Subject: loading file to irb Say I've written a few classes in a .rb file, how do I load the classes to irb, so I can interactively use them? If I type 'irb somethin.rb', irb reads the file then quits. I want to be able to load the file, then still type stuff in irb and get responses. Thanks Robo