ChanServ changed the topic of #ruby-lang to: Ruby 1.9.3-p125: http://ruby-lang.org | Paste >3 lines of text on http://pastie.org or use a gist
_whitelogger has joined #ruby-lang
<apeiros_> push is significantly slower if you have to splat the argument…
<apeiros_> ary.size == 10_000
GSHN has joined #ruby-lang
<zzak> petercooper: hi, thanks for the bump!
kyrylo has joined #ruby-lang
kyrylo has quit [Changing host]
kyrylo has joined #ruby-lang
Hakon|mbp has joined #ruby-lang
igotnolegs has joined #ruby-lang
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]
lupine_85 has joined #ruby-lang
agarie has quit [Ping timeout: 260 seconds]
slyphon has joined #ruby-lang
VegetableSpoon has joined #ruby-lang
lupine_85 has quit [Changing host]
lupine_85 has joined #ruby-lang
benanne has quit [Quit: kbai]
lupine_85 has quit [Excess Flood]
Gaivs has quit [Ping timeout: 252 seconds]
Gaivs has joined #ruby-lang
behr has quit [Remote host closed the connection]
lupine_85 has joined #ruby-lang
lupine_85 has quit [Max SendQ exceeded]
ConstantineXVI has joined #ruby-lang