I
Iain Dooley
hello all, i'm using:
rb_require("file.rb");
to add a constant (class name) to my namespace in an embedded Ruby
application. If i want to change the implementation details of that
class without restart my application, how can i unrequire and re-require
that file?
thanks very much
Iain Dooley
rb_require("file.rb");
to add a constant (class name) to my namespace in an embedded Ruby
application. If i want to change the implementation details of that
class without restart my application, how can i unrequire and re-require
that file?
thanks very much
Iain Dooley