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