GSHN has quit [Read error: Connection reset by peer]
GSHN has joined #ruby-lang
<apeiros_>
haha, "at least they took my advice and change the name of their desktop publishing app from 'publishit' to 'publish-it'" :D
<Boohbah>
hehe
<Boohbah>
reminds me of expertsexchange
GSHN has quit [Client Quit]
<rue>
Sexpertexsex
<Gaivs>
in a ruby program, is there a way to remove a binding from the global scope?
<Gaivs>
for example, if I included a Module in a 'require', but it causes colateral effects in a way that I don't need it anymore after use it...
<Gaivs>
I'm looking fo this in google, but Nil found
<apeiros_>
you can't. you can load the module into an anonymous namespace if that helps.
<Gaivs>
apeiros_: studying anymous anomymous namespaces, very thankyou
<apeiros_>
Gaivs: Module.new
<apeiros_>
alternatively SomeNamespace.const_set("SomePrefix%08x" % rand(0x100000000), Module.new), this is useful if you've code that does some fancy shit with its own namespace
fowlduck has joined #ruby-lang
fowlduck has left #ruby-lang [#ruby-lang]
lupine_85 has joined #ruby-lang
_whitelogger has joined #ruby-lang
lupine_85 has quit [Max SendQ exceeded]
RegEchse has quit [Quit: <3 WeeChat (v0.3.8-dev)]
publicvoid_ has joined #ruby-lang
Stuif has quit [Quit: Stuif]
virunga has quit [Quit: Sto andando via]
publicvoid__ has quit [Read error: Operation timed out]