I have the following in the file a.rb:
require foo
and i need to unload foo, to load the foo from b.rb, c.rb and other files.
How i can do?
I have the following in the file a.rb:
require foo
and i need to unload foo, to load the foo from b.rb, c.rb and other files.
How i can do?