Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net
2010-08-17:
[12:27] <hannesw> test[18:56] <oravecz> has anyone experienced a module being garbage collected?
[18:57] <oravecz> I have some code that loads a module using var someVar = require('somemodule')
[18:58] <oravecz> At some point in the execution, 'someVar' is undefined, when it used to be set to a value
[18:59] <oravecz> THat example is not entirely accurate; it is var {somevar} = require('somemodule');
