Hi,
In message "[ruby-talk:13473] how do you re-require?"
on 01/04/04, "Henning VON ROSEN" <hvrosen / world-online.no> writes:
|I want to re-require a file, so that I can re-include an updated module.
|
|How do I do that?
If your reloading library is written in Ruby, use load().
FYI, there're at least two other ways to re-require. TMTOWTDI.
matz.