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
mrsolo has quit [Quit: Leaving]
postmodern has joined #ruby-lang
justinseiter has joined #ruby-lang
krohrbaugh has quit [Quit: Leaving.]
Nisstyre-laptop has quit [Ping timeout: 246 seconds]
nitti has joined #ruby-lang
runeb has joined #ruby-lang
drbrain- has joined #ruby-lang
drbrain has quit [Ping timeout: 264 seconds]
sent-hil_ has quit [Ping timeout: 256 seconds]
nitti has quit [Ping timeout: 246 seconds]
runeb has quit [Ping timeout: 256 seconds]
Nisstyre-laptop has joined #ruby-lang
jtoy has quit [Quit: jtoy]
adgar has quit [Ping timeout: 256 seconds]
yellow5 has quit [Ping timeout: 244 seconds]
epitron_ has joined #ruby-lang
rmascarenhas has joined #ruby-lang
epitron has quit [Ping timeout: 246 seconds]
yellow5 has joined #ruby-lang
CaptainJet has joined #ruby-lang
erichmenge has joined #ruby-lang
jtoy has joined #ruby-lang
adgar has joined #ruby-lang
sailias has joined #ruby-lang
cyri_ has joined #ruby-lang
<tdy> is there a better way to do what i'm trying here:
<tdy> ary.sort_by {|x| fxn(x) }.last if @some_bool?
<tdy> ary.sorb_by {|x| fxn(x) }.first unless @some_bool?
<tdy> sort*
erichmenge has quit [Quit: Be back later]
<CaptainJet> you could use a ternary, and 0/-1 instead if you know for sure the array won't be empty
lsegal has joined #ruby-lang
<CaptainJet> ary.sort_by {|x| fxn(x)}[@some_bool ? -1 : 0]
justinseiter has quit [Ping timeout: 246 seconds]
kurko_ has joined #ruby-lang
<CaptainJet> well i guess it doesn't matter really if the Array is empty or not
sailias has quit [Quit: Leaving.]
justinmcp has joined #ruby-lang
justinseiter has joined #ruby-lang
havenn has quit [Remote host closed the connection]
kurko_ has quit [Client Quit]
justinmcp has quit [Ping timeout: 264 seconds]
<tdy> CaptainJet: ohh -1 index
<tdy> thansk
<tdy> thanks*
<CaptainJet> No problem
QaDeS has quit [Ping timeout: 255 seconds]
havenn has joined #ruby-lang
cyri_ has quit [Quit: cyri_]
mjbamford has joined #ruby-lang
Servidorv has joined #ruby-lang
rmascarenhas has quit [Ping timeout: 248 seconds]
rmascarenhas has joined #ruby-lang
QaDeS has joined #ruby-lang
drbrain- has left #ruby-lang [#ruby-lang]
drbrain has joined #ruby-lang
stardiviner has joined #ruby-lang
terrence has joined #ruby-lang
methods has joined #ruby-lang
methods has left #ruby-lang [#ruby-lang]
methods has joined #ruby-lang
nitti has joined #ruby-lang
postmodern has quit [Quit: Leaving]
Hakon has quit [Quit: Leaving...]
A124 has joined #ruby-lang
Servidorv has left #ruby-lang [#ruby-lang]
A124 has quit [Client Quit]
nitti has quit [Ping timeout: 264 seconds]
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
havenn has quit [Remote host closed the connection]
roadt has joined #ruby-lang
havenn has joined #ruby-lang
justinmcp has joined #ruby-lang
stardiviner has joined #ruby-lang
jtoy has quit [Quit: jtoy]
adam12 has joined #ruby-lang
Dreamer3 has joined #ruby-lang
mjbamford has quit [Quit: Leaving...]
Sambalero has quit [Remote host closed the connection]
Sambalero has joined #ruby-lang
Dreamer3 has quit [Quit: Computer has gone to sleep.]
woollyams has joined #ruby-lang
Kingy__ has quit [Quit: Leaving]
siyusong has joined #ruby-lang
mjbamford has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
ylluminate has joined #ruby-lang
justinmcp has joined #ruby-lang
Serial_Killer_C has joined #ruby-lang
QaDeS has quit [Quit: Ex-Chat]
Serial_Killer_C has quit [Ping timeout: 276 seconds]
qpingu has left #ruby-lang [#ruby-lang]
mjbamford has quit [Quit: Leaving...]
Nisstyre-laptop has quit [Quit: Leaving]
woollyams has quit [Quit: Computer has gone to sleep.]
mjbamford has joined #ruby-lang
stardiviner has quit [Ping timeout: 246 seconds]
woollyams has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
woollyams has quit [Client Quit]
krohrbaugh has joined #ruby-lang
nitti has joined #ruby-lang
postmodern has joined #ruby-lang
swarley has quit [Read error: Connection reset by peer]
nitti has quit [Ping timeout: 246 seconds]
swarley has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
stardiviner has joined #ruby-lang
agarie has joined #ruby-lang
havenn has quit [Remote host closed the connection]
justinmcp has joined #ruby-lang
MouseTheLuckyDog has joined #ruby-lang
gsav has quit [Read error: Connection reset by peer]
jtoy has joined #ruby-lang
mjbamford has quit [Quit: Leaving...]
terrence has quit [Quit: 离开]
alvaro_o_ has quit [Quit: Ex-Chat]
agarie has quit [Remote host closed the connection]
CaptainJet has quit []
justinseiter has quit [Ping timeout: 246 seconds]
krohrbaugh has quit [Quit: Leaving.]
krohrbaugh has joined #ruby-lang
tenderlove has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
justinseiter has joined #ruby-lang
<zzak> Socket is actually really cool
<zzak> supports unix and windows sockets
<zzak> for a bunch of different protocols
nitti has joined #ruby-lang
<erikh> what are windows sockets?
<zzak> i have no idea
<zzak> WinSock/
<erikh> WinSock's just an API, isn't it?
justinmcp has quit [Remote host closed the connection]
<zzak> Socket supposedly supports them
<zzak> for TCP
<zzak> i think probably only tcp
<zzak> tcp, udp and unix are supported
adam12 has quit [Remote host closed the connection]
<zzak> but i dont think winsock does unix
<erikh> right
rmascarenhas has quit [Ping timeout: 264 seconds]
<erikh> maybe netbios?
<erikh> I could see that.
<zzak> for winsock?
nitti has quit [Ping timeout: 246 seconds]
<erikh> winsock's just an API for internet communication IIRC
<erikh> the googles aren't telling me much different.
<erikh> basically an enhanced version of the BSD sockets API
<erikh> netbios is actually a protocol (like unix domain sockets, tcp sockets and udp sockets)
<zzak> sec
wyhaines has joined #ruby-lang
<zzak> idk, it mostly just uses file descriptors
<zzak> from what i can tell
<erikh> err, can you link me to the code you're looking at?
<zzak> etx/socket/socket.c
methods has quit [Quit: Leaving.]
<zzak> ext*
<swarley> winsock
<swarley> is the 5th sign of the apocolypse
codewrangler has joined #ruby-lang
codewrangler has quit [Client Quit]
<zzak> haha
<swarley> jesus will come down from heaven, and rage war against it for 7 days
<erikh> eh, it's not like it affects anyone these days but windows app developers
<swarley> trying to creating a layer of compatibility
<zzak> considering how little i know about sockets, this makes for an interesting read
<erikh> at least you don't have to install it anymore
<erikh> :)
<zzak> yeah
<swarley> winsocks
<swarley> are another example of microsoft
<swarley> being that one kid
<erikh> actually the reasons they have for it are pretty good
<swarley> who when an adult says "okay everyone, color your duck blue"
<swarley> they color it fucking pink
<swarley> what about the way they do internet explorer
<erikh> windows doesn't fork
<zzak> yeah, they do what they gotta do
<erikh> and plus, from what I read in 10 minutes time it appears to have a bunch of event driven stuff in it
<erikh> like, more than select()
<swarley> explain the good reason to write a web browser and never feel the need to look at any documentation on the protocol
<erikh> which would be a god damned godsend on unix
<zzak> swarley: deadlines
<swarley> epoll is event driven isnt it?
<erikh> epoll is fairly new
<erikh> winsock predates epoll :)
<zzak> microsoft developers dont have the luxury of endless man hours like open source does
<swarley> i can get socket.h working easier than winsock
<zzak> not that i support microsoft in anyways, but at least they dont fork and resell existing open-source packages
<zzak> so it is what it is
Ethan has joined #ruby-lang
<zzak> but either way, Socket is great for at least supporting the Winsock api
<zzak> or trying to
<erikh> winsock is a C++ api
<erikh> I have no idea why you would need to support it in a ruby program
<zzak> because you can use ruby on windows
<zzak> and socket is apart of ruby
<erikh> yeah, just looked. it's just a portability layer.
<erikh> makes sense.
<zzak> Ruby's Socket implementation raises exceptions based on the error generated by the system dependent implementation. This is why the methods are documented in a way that isolate Unix-based system exceptions from Windows based exceptions.
<erikh> for some reason I thought you were talking about a ruby program using the winsock API through some ruby wrapper or something
<erikh> and I was like whaaaaaaaaaat
<zzak> haha, no stdlib dood
undersc0re97 has quit [Ping timeout: 245 seconds]
<zzak> there is a lot of windows specific code in ruby
<erikh> well winsock does a lot more than BSD sockets does.
<zzak> i think its out of the scope of the module to define exactly what winsock is or a unix socket
<zzak> in docs
<erikh> unix sockets
<erikh> are files on disk
<erikh> that represent a connection
<erikh> winsock is a programmable API used to *interact* with sockets.
<zzak> unix is an api
<erikh> you are thinking of the BSD sockets API.
<zzak> am i right?
<erikh> PF_UNIX is a type of socket called "unix sockets"
<zzak> yah, there is AF_UNIX as well
<erikh> right. that's the address family (basically the filename)
<zzak> which i think PF_* is just an alias, as AF_* is preferred standard
<erikh> anyhow, when you refer to unix sockets most people will think you mean the little files on disk
<erikh> the BSD sockets API is where accept() and bind() and friends come from.
<erikh> if you type netstat -al at your shell, at the bottom of the output there are probably a hundred of these files
<zzak> yeah
<erikh> if you want to think of it another way; you use the BSD sockets API to deal with unix sockets.
<zzak> thats where i learned about the difference between AF and PF
<zzak> here's my current patch, dont see much else i want to change: https://gist.github.com/3921920
<zzak> s/ommitted/omitted
<zzak> erikh: if you wanna run through that, any feedback is appreciated
<zzak> if not, ill wait for someone to complain after i commit it :)
<erikh> looks fine to me
<erikh> not really my place to say anyhow though
<zzak> thanks
gsav has joined #ruby-lang
justinseiter has quit [Ping timeout: 255 seconds]
<zzak> ok, good night!
freedrull has quit [Quit: leaving]
nitti has joined #ruby-lang
jtoy has quit [Quit: jtoy]
nitti has quit [Ping timeout: 256 seconds]
lcdhoffman has joined #ruby-lang
krohrbaugh has quit [Quit: Leaving.]
krohrbaugh has joined #ruby-lang
ryanlecompte has joined #ruby-lang
ananna has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
woollyams has joined #ruby-lang
woollyams has quit [Quit: Computer has gone to sleep.]
ryanlecompte has quit [Remote host closed the connection]
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
woollyams has joined #ruby-lang
swarley has quit [Ping timeout: 260 seconds]
methods has joined #ruby-lang
woollyams has quit [Quit: Computer has gone to sleep.]
nitti has joined #ruby-lang
woollyams has joined #ruby-lang
kgrz has joined #ruby-lang
nitti has quit [Ping timeout: 260 seconds]
roadt has quit [Ping timeout: 246 seconds]
macmartine has joined #ruby-lang
roadt has joined #ruby-lang
woollyams has quit [Quit: Computer has gone to sleep.]
kgrz has quit [Quit: Computer has gone to sleep.]
ryanlecompte has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
macmartine has quit [Quit: Computer has gone to sleep.]
siyusong has quit [Quit: Computer has gone to sleep.]
gnufied has joined #ruby-lang
gnufied has quit [Client Quit]
anannie has quit [Read error: Connection reset by peer]
Madis has joined #ruby-lang
anannie has joined #ruby-lang
ruskie has quit [Excess Flood]
iKoALa has joined #ruby-lang
charliesome has joined #ruby-lang
iKoALa has quit [Quit: 离开]
ruskie has joined #ruby-lang
slyphon_ has quit [Ping timeout: 245 seconds]
iKoALa has joined #ruby-lang
nitti has joined #ruby-lang
solars has joined #ruby-lang
roadt has quit [Ping timeout: 260 seconds]
iKoALa has quit [Quit: This computer has gone to sleep]
nitti has quit [Ping timeout: 260 seconds]
lcdhoffman has quit [Quit: lcdhoffman]
areil has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
yxhuvud has joined #ruby-lang
mistym has quit [Remote host closed the connection]
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
Sambalero has quit [Remote host closed the connection]
jxie has joined #ruby-lang
mistym has quit [Remote host closed the connection]
mistym has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has quit [Remote host closed the connection]
GarethAdams has quit [Quit: Linkinus - http://linkinus.com]
Mon_Ouie has quit [Quit: WeeChat 0.3.9]
Mon_Ouie has joined #ruby-lang
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby-lang
Dreamer3 has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
roadt has joined #ruby-lang
robbyoconnor has joined #ruby-lang
methods has quit [Quit: Leaving.]
lsegal` has joined #ruby-lang
dmwuw_ has joined #ruby-lang
lsegal has quit [Read error: Connection reset by peer]
dmwuw has quit [Ping timeout: 244 seconds]
jtoy has joined #ruby-lang
lsegal` has quit [Client Quit]
lsegal has joined #ruby-lang
thone_ has joined #ruby-lang
wyhaines has quit [Read error: Connection reset by peer]
jtoy has quit [Read error: Connection reset by peer]
wyhaines has joined #ruby-lang
thone has quit [Ping timeout: 256 seconds]
nitti has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
nitti has quit [Ping timeout: 256 seconds]
justinmcp has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
Carnage\ has joined #ruby-lang
anannie has joined #ruby-lang
nettsundere has quit [Remote host closed the connection]
SubSpawn has quit [Remote host closed the connection]
Carnage\ has quit [Remote host closed the connection]
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
ttilley has quit [Quit: ttilley]
ryanlecompte has quit [Remote host closed the connection]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
wallerdev has quit [Quit: wallerdev]
VGoff is now known as VGoff_afk
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
wyhaines has quit [Remote host closed the connection]
perryh has quit [Excess Flood]
perryh has joined #ruby-lang
sepp2k has joined #ruby-lang
Ethan3 has joined #ruby-lang
Ethan has quit [Ping timeout: 260 seconds]
nitti has joined #ruby-lang
nitti has quit [Ping timeout: 246 seconds]
icooba has joined #ruby-lang
jtoy has joined #ruby-lang
justinram has joined #ruby-lang
klaut has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
jtoy has quit [Ping timeout: 245 seconds]
fromspin has joined #ruby-lang
fromspin has left #ruby-lang [#ruby-lang]
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
mjbamford has joined #ruby-lang
mjbamford has quit [Quit: Leaving...]
nitti has joined #ruby-lang
kiddorails has joined #ruby-lang
<kiddorails> For arr = ["78383545646837291091", "564662064552699718", "245552537256469278", "5646620"],
<kiddorails> why does arr.sort_by{|x| x.index('5') } gives unexpected sorting result?
<kiddorails> "5646620" is coming before "564662064552699718". How can I make the former appear first in result?
nitti has quit [Ping timeout: 260 seconds]
justinram has quit [Remote host closed the connection]
woollyams has joined #ruby-lang
<kiddorails> bump
<erikh> man, this ain't 4chan
<heftig> sage
<erikh> kiddorails: here's something that might help you: what does x.index('5') return?
<kiddorails> it returns an integer position
<erikh> right
<heftig> the documentation for sort_by doesn't make any guarantees about stability
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
<kiddorails> erikh: heftig: So, how can I sort the array in that manner. I do realize that on basis of position, it may not be sorted as required.
<erikh> sort it twice
<erikh> or make better use of sort_by
<kiddorails> did try sorting twice. gave same result
<erikh> arr.sort_by { |x| x.index('5') }.sort_by { |x| x.length }
<kiddorails> no no. This will be particular for this only array. I want to generalize .
<erikh> ah, but that won't put the longest string first
<yxhuvud> erikh:uh, that will just sort by length. sort_by{|x| [el.index(5), el.length]} is probably a better idea
<erikh> right
<erikh> oh, the array works there?
<erikh> neat
<kiddorails> if the position of '5' matches like in 5646620 and 564662064552699718, then first one must be listed first in result
<yxhuvud> erikh: it uses > oslt iirc.
<erikh> kiddorails: oh, you want it to preserve order when possible?
<erikh> yeah; write your own sort.
<yxhuvud> you want a stable sort? that wasn't obvious from the question.
jxie has quit [Quit: leaving]
<kiddorails> mm-hm
<kiddorails> yes, stable sort.
<heftig> arr.sort_by.with_index{|x,i| [x.index('5'),i] }
<erikh> heftig: clever
<yxhuvud> too fast for me, I had to start a vm to test it to validate that it works.
klaut has quit [Remote host closed the connection]
<kiddorails> heftig: wow
Hakon has joined #ruby-lang
toretore has joined #ruby-lang
roadt has quit [Ping timeout: 246 seconds]
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
dfanjul has joined #ruby-lang
nitti has joined #ruby-lang
epitron_ is now known as epitron
nitti has quit [Ping timeout: 256 seconds]
x0F has quit [Disconnected by services]
x0F_ has joined #ruby-lang
x0F_ is now known as x0F
roadt has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
anannie has joined #ruby-lang
GarethAdams has joined #ruby-lang
burgestrand1 has quit [Ping timeout: 246 seconds]
justinmcp has joined #ruby-lang
anannie has quit [Ping timeout: 265 seconds]
solars has quit [Ping timeout: 244 seconds]
anannie has joined #ruby-lang
havenn has joined #ruby-lang
Hakon has quit [Read error: Connection reset by peer]
Hakon has joined #ruby-lang
solars has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
sush24 has joined #ruby-lang
faces has quit [Read error: Connection reset by peer]
faces has joined #ruby-lang
facest has joined #ruby-lang
faces has quit [Read error: Connection reset by peer]
hhatch has joined #ruby-lang
sush24 has quit [Ping timeout: 260 seconds]
nitti has joined #ruby-lang
sush24 has joined #ruby-lang
yats has joined #ruby-lang
nitti has quit [Ping timeout: 246 seconds]
sush24 has quit [Ping timeout: 260 seconds]
sush24 has joined #ruby-lang
sush24_ has joined #ruby-lang
pkondzior_ has joined #ruby-lang
sush24 has quit [Ping timeout: 255 seconds]
sharma__ has joined #ruby-lang
sush24 has joined #ruby-lang
sush24_ has quit [Ping timeout: 248 seconds]
Ethan3 has left #ruby-lang [#ruby-lang]
sharma__ has quit [Ping timeout: 246 seconds]
sush24 has quit [Ping timeout: 245 seconds]
hhatch has quit [Quit: leaving]
hhatch has joined #ruby-lang
dfanjul has quit [Quit: leaving]
workmad3 has joined #ruby-lang
iKoALa has joined #ruby-lang
kgrz has joined #ruby-lang
My_Hearing has joined #ruby-lang
Mon_Ouie has quit [Disconnected by services]
My_Hearing is now known as Mon_Ouie
VGoff_afk is now known as VGoff
kgrz has quit [Quit: Computer has gone to sleep.]
L0rdShrek__ has joined #ruby-lang
sduckett has quit [Read error: Operation timed out]
woollyams has quit [Quit: Computer has gone to sleep.]
burgestrand has joined #ruby-lang
outoftime has joined #ruby-lang
burgestrand1 has joined #ruby-lang
canton7 has quit [Read error: Operation timed out]
Silex has quit [Read error: Operation timed out]
beawesomeinstead has quit [Read error: Operation timed out]
burgestrand has quit [Ping timeout: 256 seconds]
nitti has joined #ruby-lang
beawesomeinstead has joined #ruby-lang
Silex has joined #ruby-lang
GarethAdams has quit [Quit: Leaving...]
nitti has quit [Ping timeout: 260 seconds]
iKoALa has quit [Quit: This computer has gone to sleep]
retro|cz has joined #ruby-lang
dRbiG has quit [Read error: Operation timed out]
dRbiG has joined #ruby-lang
solars has quit [Ping timeout: 246 seconds]
icooba has quit [Ping timeout: 256 seconds]
canton7 has joined #ruby-lang
iKoALa has joined #ruby-lang
iKoALa has quit [Client Quit]
icooba has joined #ruby-lang
dvorak has quit [Ping timeout: 256 seconds]
dvorak has joined #ruby-lang
sush24 has joined #ruby-lang
sush24 has quit [Client Quit]
bhrgunatha has joined #ruby-lang
Tantine has joined #ruby-lang
Tantine has left #ruby-lang [#ruby-lang]
bhrgunatha has quit [Quit: ChatZilla 0.9.89 [Firefox 19.0a1/20121019030551]]
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
Carnage\ has joined #ruby-lang
kiddorails has quit [Ping timeout: 268 seconds]
workmad3 has quit [Ping timeout: 252 seconds]
cyri_ has joined #ruby-lang
cantonic_ has joined #ruby-lang
cantonic has quit [Ping timeout: 260 seconds]
cantonic_ is now known as cantonic
workmad3 has joined #ruby-lang
postmodern has quit [Quit: Leaving]
kiddorails has joined #ruby-lang
kiddorails1 has joined #ruby-lang
kiddorails has quit [Read error: Connection reset by peer]
nitti has joined #ruby-lang
<roadt> i tried 'f = -> x,y;i,j,k { i,j,k=x,y,x+y; [i,j,k]}', ruby1.93 report error, but 'f = -> x,y { i,j,k=x,y,x+y; [i,j,k]}' is good, why?
<heftig> roadt: because of that semicolon
nitti has quit [Ping timeout: 246 seconds]
yats has quit [Ping timeout: 246 seconds]
stchvt has joined #ruby-lang
<roadt> heftig, you mean because ';i,j,k', i know it's diff. but.. why?
<heftig> roadt: replace the semicolon with a comma
<heftig> you made a syntax error
<roadt> heftig, but i tried to make i,j,k local vars, no parameters.
<roadt> s/no/not/
<heftig> then remove them
jarib has quit [Excess Flood]
stchvt has quit [Client Quit]
<heftig> if you explicitly want to shadow variables by the same name, use the lambda { |...| } syntax, not the stabby (->) one
jarib has joined #ruby-lang
Mellett68 has joined #ruby-lang
<roadt> heftig, ok.
<roadt> heftig, actually, i tried ->(x,y;i,j,k){..}, works well. lambda form looks good,too. but ->x,y;i,j,k{..} is not. but TRPL told , it should be good. that surprise me.
codewrangler has joined #ruby-lang
codewrangler has quit [Client Quit]
<roadt> heftig, sorry i didn't make the question clear. but i think it should be consistent, for those 3 forms of lambda . except strong reason. but the problem is , bug? reason? :L
<roadt> ruby 1.9.3p194
klaut has joined #ruby-lang
undersc0re97 has joined #ruby-lang
undersc0re97 has joined #ruby-lang
workmad3 has quit [Ping timeout: 265 seconds]
<heftig> roadt: syntax limitation, probably
<heftig> i dislike the stabby anyway
goshakkk has joined #ruby-lang
<roadt> heftig, yeah, not stable feature. better not to use it now.
codewrangler has joined #ruby-lang
fromhet has joined #ruby-lang
codewrangler has quit [Client Quit]
<manveru> oO
workmad3 has joined #ruby-lang
codewrangler has joined #ruby-lang
<manveru> it's pretty stable, but i don't get what you're trying to do :)
codewrangler has quit [Client Quit]
fromhet has quit [Quit: fromhet]
gaveen has joined #ruby-lang
fromhet has joined #ruby-lang
kurko_ has joined #ruby-lang
canton7 has quit [Excess Flood]
kurko_ has quit [Ping timeout: 245 seconds]
kurko_ has joined #ruby-lang
canton7 has joined #ruby-lang
nitti has joined #ruby-lang
uuair has joined #ruby-lang
kurko_ has quit [Ping timeout: 264 seconds]
kurko_ has joined #ruby-lang
nitti has quit [Ping timeout: 260 seconds]
erichmenge has joined #ruby-lang
Carnage\ has quit [Read error: Operation timed out]
sush24 has joined #ruby-lang
sush24 has quit [Client Quit]
stchvt has joined #ruby-lang
solars has joined #ruby-lang
stchvt has quit [Client Quit]
cyri_ has quit [Quit: cyri_]
kurko_ has quit [Ping timeout: 260 seconds]
kurko_ has joined #ruby-lang
lcdhoffman has joined #ruby-lang
uuair has quit [Ping timeout: 256 seconds]
kurko_ has quit [Ping timeout: 245 seconds]
kurko_ has joined #ruby-lang
cyri_ has joined #ruby-lang
canton7 has quit [Remote host closed the connection]
canton7 has joined #ruby-lang
uuair has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
methods has joined #ruby-lang
sush24 has joined #ruby-lang
erichmenge has quit [Quit: Be back later]
outoftime has quit [Quit: Leaving]
workmad3 has quit [Ping timeout: 252 seconds]
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
canton7 has quit [Ping timeout: 240 seconds]
<matti> Redmine down?
<matti> Meh.
<matti> Entire ticket update done.
<matti> s/done/gone
mistym has quit [Remote host closed the connection]
Sambalero has joined #ruby-lang
sush24 has quit [Quit: Leaving]
canton7 has joined #ruby-lang
havenn has quit [Remote host closed the connection]
goshakkk has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
canton7 has quit [Remote host closed the connection]
robbyoconnor has quit [Ping timeout: 260 seconds]
erichmenge has joined #ruby-lang
cyri_ has quit [Quit: cyri_]
kurko_ has quit [Ping timeout: 255 seconds]
mistym has joined #ruby-lang
kurko_ has joined #ruby-lang
kurko_ has quit [Client Quit]
uuair has quit [Quit: uuair]
burgestrand1 has quit [Quit: Leaving.]
solars has quit [Ping timeout: 252 seconds]
nitti has joined #ruby-lang
take_cheeze has quit [Ping timeout: 260 seconds]
wyhaines has joined #ruby-lang
burgestrand has joined #ruby-lang
nitti has quit [Ping timeout: 260 seconds]
workmad3 has joined #ruby-lang
sailias has joined #ruby-lang
burgestrand has quit [Client Quit]
kiddorails1 has quit [Ping timeout: 256 seconds]
wyhaines has quit [Remote host closed the connection]
ryanlecompte has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
cyri_ has joined #ruby-lang
methods has quit [Quit: Leaving.]
lcdhoffman has joined #ruby-lang
<zzak> matti: i've been having trouble with redmine too
Mellett68 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
lcdhoffman has quit [Quit: lcdhoffman]
erichmenge has quit [Quit: Be back later]
fromhet has quit [Quit: fromhet]
wallerdev has joined #ruby-lang
<matti> zzak: I had a "HULK SMASHHHH" moment ;]
<matti> zzak: I was trying to provide more feedback on http://bugs.ruby-lang.org/issues/7197
* ddd looks at matti's smoking wreck of a system. "Yes, yes he did!"
<matti> zzak: And I lost everything I wrote on feedback ;]
<matti> s/feedback/submit/
<matti> ddd: Hm? :) What smoke? ...
* matti whistles...
PifyZ has joined #ruby-lang
<ddd> hehe
<matti> :>
<ddd> you know the stuff coming out your computer. Oh wait, its being masked by the anger smoke coming out your ears
dfanjul has joined #ruby-lang
PifyZ has quit [Client Quit]
<matti> ddd: My friend had that...
<ddd> hah
<matti> ddd: "Mark: My new machine is water cooled" ... "Mark: Wait, what is this smell... smoke?!"
<matti> ddd: Thankfully, it was his mp3 player charger daying ;p
erichmenge has joined #ruby-lang
<matti> ddd: But boy of boy we have had laugh.
<ddd> i have a friend who smokes that can make smoke come out his ears for real. no friggin clue how in the hell he does that. gotta have some sort of deformity that leads to the ear canal or something
<matti> ddd: LOL
<ddd> matti: dude, thats the number one reason that i have never gotten water cooled systems.
kiddorails has joined #ruby-lang
<ddd> SO afraid something will pop or come loose and ZZZT there she goes
<matti> ddd: In WC you would use mineral oil.
<ddd> and knowing my luck.. it'll be when I'm not home and the house goes up in flames from the shorting
<matti> ddd: Which is non-conductive with levels used in computing ;]
justinseiter has joined #ruby-lang
sailias has quit [Quit: Leaving.]
<matti> ddd: Haha
<matti> ddd: That reminds me when I was doing electronic engineering back at university.
<matti> ddd: I am soldering... and pop...
<ddd> oh nice
<ddd> as the expression goes, happy happy joy joy.. NOT!
<matti> ddd: There it goes another silicone... too much heat on these little surface mouted components.
CaptainJet has joined #ruby-lang
<ddd> damn it, wife keeps walking away with the smokes! come back here woman!
<matti> I hated it, not having proper soldering station for these.
<matti> ddd: Quit smoking!
<matti> ddd: *problem solved*
<matti> ;p
<ddd> matti: haha, i didn't have that problem. the boards that were trashed by me were usually due to more fat fingering than grace
<ddd> :)
<ddd> and i'll gently ignore the quit smoking ;)
<matti> ;p
<ddd> radio shack used to love seeing me coming.
<matti> Smokers always react funny to people telling them to quit ;p
<ddd> they always knew when i screwed something up. i walk through the door with this dark cloud and a list. they usually knew what happened. :-)
<matti> ddd: I loved playing with electronics ;]
<matti> ddd: Haha
ylluminate has quit [Quit: Bye!]
<matti> ddd: "He is in a gloomy mood. Death Star did not work yet again, quick... get premium priced items out"
mistym has quit [Remote host closed the connection]
<ddd> i miss it. haven't done it since my late teens, early 'adulthoold'
<ddd> then again that means i'm somehow an adult. ;) not sure that applies
<ddd> hahahah yeah exactly
<matti> ddd: When you are young and curious
<matti> ddd: Things ending up in a puff of smoke still make you proud ;d
<ddd> now if only i could repair our electric range. rural kentucky, shitloads of tobacco fields around. we get mice all the time. they've been feasting on the lines in our range. or stealing parts for bed lining
<matti> ddd: It does change with age, though.
<ddd> very true
dfanjul has quit [Quit: leaving]
<ddd> wife put down a pot kind of heavy the other day on the range, ticked off at the kids. MAN, you've not heard that loud of a POP come from an electrical device! hahaha. she *freaked*!
<ddd> was funny at the time. the hell reserved for me for *laughing* .. not so much
<matti> ;p
areil has quit [Remote host closed the connection]
<ddd> i pulled it out and looked inside. holy crow! i swear it looked like an abandoned mice building complex inside hehe
<ddd> anyways, back to this droll minitest stuff, and a half assed eye on irc
ruby-lang750 has joined #ruby-lang
swarley has joined #ruby-lang
ruby-lang750 has quit [Client Quit]
* swarley sighs
<swarley> back to work
<matti> swarley: :)
roadt has quit [Ping timeout: 264 seconds]
<swarley> ctrl alt t mapped to opening a terminal is the best shortcut ever
<swarley> ohai matti
lcdhoffman has joined #ruby-lang
<matti> Heellooo swarley ;]
* matti hugs swarley
* swarley hugs
* matti blushes
<matti> ;s
<swarley> lol
<matti> Working on the weekend?
<swarley> Just on my library :p
<swarley> I don't know why i keep working on it. I guess just to prove to myself i can finish something
<matti> Yay!
nitti has joined #ruby-lang
<matti> Way to go!
roadt has joined #ruby-lang
<matti> GO team swarley GO
<swarley> yaaaaaaaay
MouseTheLuckyDog has quit [Quit: Leaving]
methods has joined #ruby-lang
siyusong has joined #ruby-lang
nitti has quit [Ping timeout: 246 seconds]
kurko_ has joined #ruby-lang
kurko_ has quit [Ping timeout: 246 seconds]
havenn has joined #ruby-lang
kurko_ has joined #ruby-lang
<roadt> manveru, f = ->x,y;i,j,k{} can you tell me fail reason? just got your comment.
slyphon_ has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
kurko_ has quit [Ping timeout: 245 seconds]
runeb has joined #ruby-lang
wyhaines has joined #ruby-lang
verbad has joined #ruby-lang
<swarley> what
<swarley> roadt; there are a lot of reasons that doesnt work
brunocoelho has joined #ruby-lang
methods has quit [Quit: Leaving.]
JohnBat26 has joined #ruby-lang
ryanf_ has joined #ruby-lang
kurko_ has joined #ruby-lang
burgestrand has joined #ruby-lang
siyusong has quit [Quit: Computer has gone to sleep.]
brunocoelho has quit [Remote host closed the connection]
burgestrand has quit [Ping timeout: 245 seconds]
lcdhoffman has joined #ruby-lang
<roadt> swarley, hmmm.. i think it should work in ruby1.9.3. but it gives syntax error.
<roadt> swarley, f = ->(x,y;i,j,k){} works well. why they are not consistent. i mean it should be, is it.
kurko_ has quit [Ping timeout: 256 seconds]
<roadt> s/is it/isn't it/
<matti> roadt: I am not sure why do you expect parser to handle every edge case?
kurko_ has joined #ruby-lang
<matti> ,k{} makes it not abvious to the parser what is your intention.
goshakkk has joined #ruby-lang
<matti> Just learn to write decent code, for people's sake.
rindolf has joined #ruby-lang
Ziioynx has joined #ruby-lang
erichmenge has quit [Quit: Be back later]
<roadt> matti, not really. -> ; { separate the parameters and local vars well. so is said in 'the ruby programming language' book which i'm reading and told me that.
runeb has quit [Remote host closed the connection]
<matti> Right, OK.
<matti> Whatever :)
runeb has joined #ruby-lang
Ziioynx has quit [Remote host closed the connection]
nitti has joined #ruby-lang
<roadt> chapter 6.5.1.4. ;) i think it should be consistent, for those 3 forms of lambda . except strong reason. but the problem is , bug? reason? :L
blacktulip has joined #ruby-lang
runeb has quit [Remote host closed the connection]
<roadt> to prove i'm not bluffing. anyway. tks for comment.
<matti> I am not saying you do ;]
nitti has quit [Ping timeout: 260 seconds]
<roadt> matti, be aware of that. XD
<matti> What book is it?
ryanlecompte has quit [Remote host closed the connection]
<roadt> matti, take it as a bug for now. :)
<roadt> matti, the ruby programming language. that one from ruby 's creator.
<swarley> roadt; no that makes no sense. because in using a line end, you are declaring the end of a statement
<swarley> using ;
<swarley> you are saying the argument list is done
<roadt> matti, you know, can not run the example of his book. feel weird.
<swarley> The ruby lexer is in the right. there is no bug
<matti> swarley: s/line end/statement finish/
<matti> Of course there is not.
<swarley> matti; that's what i meant to say
<swarley> but it was to late before i recognized what i had said
<matti> swarley: It is correct for Python though ;p
<swarley> by line in meant line of code
outoftime has joined #ruby-lang
<swarley> I meant*
<matti> swarley: So +0.5 anyway ;p
<swarley> xD
<roadt> swarley, "As with method declarations, the parentheses in lambda literals are optional, because the parameter list and local variable lists are completely delimited by the ->, ;, and {. We could rewrite the three lambdas above like this: f = -> x,y; i,j,k { ... }" 6.5.1.4 Lambda literals
<roadt> swarley, so that is the problem i'm asking. either lexer or the book.
<swarley> its the book
<swarley> if you use ; in the normal lexical space, it means whatever you're doing, is done
<roadt> swarley, it's not impossible. either one. just what the language should be.
<swarley> also
<swarley> ->x,y i,j,k makes no sense either
<roadt> swarley, -> can be a start of a lexial context which gives ; special meaning.
jmeeuwen has quit [Quit: Disconnecting from stoned server.]
<swarley> nope, not according to what i just did in pry
gsav has quit [Quit: Lost terminal]
jmeeuwen has joined #ruby-lang
<swarley> ->x,y; is an error, and i,j,k by itself is also an error
<swarley> i,j,k{}
cyri_ has quit [Quit: cyri_]
gsav has joined #ruby-lang
<roadt> swarley, ->x,y;i,j,k{} gives x,y paramter, i,j,k local vars that not bind to outer context, to make sure change them not change outer context.
wyhaines has quit [Remote host closed the connection]
<roadt> swarley, but ->(x,y;i,j,k){} is good.
<swarley> that makes zero sense. I mean, i concede that it is syntatically possible, but in terms of syntatical consistency it makes no sense
<roadt> swarley, so ';' is ';' in current lexer. it is. just terminator.
<swarley> I understand that you are correct in its usage, just i think as a language design that should be rethought
<matti> roadt: () makes it a whole different thing.
<matti> roadt: Skipping () confuses parser.
<matti> roadt: There is hard to tell where is your desired lexical bingind.
<matti> Ruby should never have allowed for skipping parens.
<matti> It creates idiotic code that is hard to maintain nad comprehand.
<roadt> matti, skipping parens. is what ruby was doing and is doing. XD. to give ruby free style function call/def.
<swarley> matti; in some cases it looks good, but in most cases i like to keep them in
<roadt> matti, but i got your point.
<swarley> it makes for more readable code
<matti> Lack of parens? ;]
wallerdev has quit [Quit: wallerdev]
<swarley> the main case where skipping parens is more attractive is internal DSL
<swarley> like sinatra
<matti> swarley: Sadly, it has become itiom for lazy developers.
<roadt> swarley, surely, i should say it is one of core feature of ruby.
<matti> idiom*
<swarley> well, sinatra doesnt use much of it
<roadt> swarley, s/surely/sure/
<swarley> i almost never omit parenthesis though
<zzak> my general rule of thumb, is for blocks that apply to the 'do..end' rule, parens aren't absolutely necessary; where blocks that apply to the '{...}' rule should absolutely have parens
<matti> ANyway, its a holy war over it.
<swarley> i find it hard to follow code without it
* roadt still do no't think lexer reason is strong enough.
<zzak> but its just a style thing
<swarley> if there were dot and dollar sign operators in ruby like haskell has, it would be a different story, but there isnt
<matti> zzak: exit 1 if foo has to have parens as well.
ryanf_ has quit [Quit: leaving]
<zzak> coffeescript is a whole other story, people that dont use parens in CS should... have a not so great day or something
<matti> :>
<matti> roadt: You may have a point if you think is a divergance from the norm.
<matti> roadt: You can always ask on the mailing list ;]
justinram has joined #ruby-lang
KillerFox has quit [Ping timeout: 244 seconds]
<roadt> matti, tks. you know, the whole problem is, someone write it in the book , told 'oh, it works'. but i can't make it work. :>
KillerFox has joined #ruby-lang
<swarley> roadt; dont blame the lexer
<roadt> matti, where the ruby's spec is..
<swarley> think about it this way
<swarley> puts puts
<swarley> what does that output
<matti> swarley: An elephant!
<swarley> very good matti
<swarley> [6] pry(main)> puts puts
<swarley> An elephant!
<swarley> => nil
<swarley> the lexer is only as good as you can help it be
<matti> ;]
<matti> Yay!
<matti> Parsers and lexrs are hard to write.
<matti> Even Perl fails sometimes. Despite ti being almost rubber-stretchgrade one.
<roadt> swarley, will not try to blame. XD
<swarley> well the problem with perl
<swarley> is that perl breaks its own rules
<swarley> constantly
* matti hugs r
<matti> Ops
* matti hugs roadt
* matti puts Starbucks broadband on fire
<swarley> god its so hard to focus on this library
kurko_ has quit [Ping timeout: 245 seconds]
jtoy has joined #ruby-lang
rindolf has quit [Read error: Connection timed out]
rindolf has joined #ruby-lang
siyusong has joined #ruby-lang
kurko_ has joined #ruby-lang
KillerFox has quit [Ping timeout: 244 seconds]
KillerFox has joined #ruby-lang
sepp2k1 has joined #ruby-lang
sepp2k has quit [Ping timeout: 260 seconds]
freedrull has joined #ruby-lang
brianpWins has joined #ruby-lang
jtoy has quit [Ping timeout: 260 seconds]
<freedrull> is there an easy way to specify an arbitary time, like today at 6pm? Time.at("18:00") ....?
kiddorails has left #ruby-lang [#ruby-lang]
kurko_ has quit [Ping timeout: 255 seconds]
<roadt> matti, XD
<swarley> Hey guys
<swarley> I'm procrastinating so much
<zzak> freedrull: Time.parse("
<zzak> freedrull: Time.parse("18:00")
<swarley> look what i made in C, just out of procrastination
<swarley> Foo *foo = new(Foo);
<swarley> printf("%s", $(foo, testMethod));
<roadt> swarley, it's hot. lol,
<rindolf> swarley: isn't it C++?
<swarley> nope, that's C
<swarley> i did it using structs and these two preprocessors
<swarley> #define $(x,y, args...) x->y(x, ## args)
<swarley> #define new(x, args...) new ## x (args)
verbad has quit []
<rindolf> swarley: I don't think ... in macros is standard.
<swarley> It is
<roadt> c99
<swarley> no, __VA_ARGS__ is the C99 version
<swarley> those work in the GNU c preprocessor
ryanlecompte has joined #ruby-lang
<Mon_Ouie> Is using $ as a macro name standard though?
<swarley> probably not
<swarley> but really, i'm just dicking around
cyri_ has joined #ruby-lang
<zzak> drbrain: ping!
ryanlecompte has quit [Remote host closed the connection]
siyusong has quit [Quit: Computer has gone to sleep.]
siyusong has joined #ruby-lang
nitti has joined #ruby-lang
erichmenge has joined #ruby-lang
justinseiter has quit [Ping timeout: 246 seconds]
wallerdev has joined #ruby-lang
nitti has quit [Ping timeout: 260 seconds]
KillerFox has quit [Ping timeout: 244 seconds]
kurko_ has joined #ruby-lang
KillerFox has joined #ruby-lang
_malte has joined #ruby-lang
outoftime has quit [Quit: Leaving]
_malte has quit [Remote host closed the connection]
esad has joined #ruby-lang
_malte has joined #ruby-lang
jtoy has joined #ruby-lang
swarley has quit [Ping timeout: 265 seconds]
jtoy has quit [Ping timeout: 240 seconds]
_malte has quit [Remote host closed the connection]
canton7 has joined #ruby-lang
mccraig has quit [Remote host closed the connection]
davidboy has quit [Remote host closed the connection]
pkondzior_ has quit [Remote host closed the connection]
davidboy has joined #ruby-lang
goshakkk has quit [Quit: Computer has gone to sleep.]
cyri_ has quit [Quit: cyri_]
pkondzior_ has joined #ruby-lang
mccraig has joined #ruby-lang
goshakkk has joined #ruby-lang
nitti has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
nitti has quit [Ping timeout: 246 seconds]
swarley has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
rippa has joined #ruby-lang
fromhet has joined #ruby-lang
cyri_ has joined #ruby-lang
ttilley has joined #ruby-lang
icooba has quit [Ping timeout: 256 seconds]
siyusong has quit [Quit: Computer has gone to sleep.]
icooba has joined #ruby-lang
nertzy has joined #ruby-lang
methods has joined #ruby-lang
vlad_starkov has joined #ruby-lang
itz has quit [Quit: leaving]
vlad_starkov has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
brianpWins has joined #ruby-lang
kurko_ has quit [Quit: Computer has gone to sleep.]
fromhet has quit [Read error: Connection reset by peer]
fromhet has joined #ruby-lang
nettsundere has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
nofxx has quit [Ping timeout: 246 seconds]
KillerFox has quit [Ping timeout: 244 seconds]
lcdhoffman has quit [Quit: lcdhoffman]
fromhet has quit [Ping timeout: 248 seconds]
jtoy has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
enebo has joined #ruby-lang
fromhet has joined #ruby-lang
kurko_ has joined #ruby-lang
vlad_starkov has joined #ruby-lang
fromhet has quit [Read error: Connection reset by peer]
vlad_sta_ has joined #ruby-lang
fromhet has joined #ruby-lang
methods1 has joined #ruby-lang
methods has quit [Read error: Connection reset by peer]
hhatch_ has joined #ruby-lang
hhatch has quit [Ping timeout: 248 seconds]
vlad_starkov has quit [Ping timeout: 276 seconds]
fromhet has quit [Ping timeout: 260 seconds]
nitti has joined #ruby-lang
vlad_sta_ has quit [Remote host closed the connection]
spuk has quit [Changing host]
spuk has joined #ruby-lang
sailias has joined #ruby-lang
methods1 has quit [Quit: Leaving.]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nitti has quit [Ping timeout: 260 seconds]
havenn has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
fromhet_ has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
kurko_ has quit [Quit: Computer has gone to sleep.]
justinmcp has joined #ruby-lang
lsegal has joined #ruby-lang
sailias has quit [Quit: Leaving.]
havenn has joined #ruby-lang
mjbamford has joined #ruby-lang
jamjam has joined #ruby-lang
blacktulip has quit [Remote host closed the connection]
goshakkk has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
kain has quit [Quit: exit]
KillerFox has joined #ruby-lang
hikimonk has joined #ruby-lang
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
esad has quit [Ping timeout: 252 seconds]
JetAway has joined #ruby-lang
CaptainJet has quit [Disconnected by services]
JetAway has left #ruby-lang [#ruby-lang]
CaptainJet has joined #ruby-lang
robbyoconnor has joined #ruby-lang
esad has joined #ruby-lang
vlad_starkov has joined #ruby-lang
mjbamford has quit [Quit: Leaving...]
nofxx has quit [Ping timeout: 246 seconds]
kain has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
justinmc_ has joined #ruby-lang
justinmcp has quit [Ping timeout: 252 seconds]
fromhet_ has quit [Quit: fromhet_]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
mjbamford has joined #ruby-lang
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
justinmc_ has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
nitti has joined #ruby-lang
vlad_starkov has joined #ruby-lang
esad has quit [Quit: Computer has gone to sleep.]
CaptainJet has quit []
vlad_starkov has quit [Remote host closed the connection]
nitti has quit [Ping timeout: 246 seconds]
esad has joined #ruby-lang
gaveen has quit [Ping timeout: 260 seconds]
esad has quit [Read error: Connection reset by peer]
jtoy has quit [Quit: jtoy]
gaveen has joined #ruby-lang
gaveen has quit [Changing host]
gaveen has joined #ruby-lang
vlad_starkov has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
hikimonk has quit [Quit: Leaving.]
vlad_starkov has quit [Ping timeout: 260 seconds]
ryanlecompte has joined #ruby-lang
vlad_starkov has joined #ruby-lang
vlad_sta_ has quit [Ping timeout: 252 seconds]
JohnBat26 has quit [Ping timeout: 246 seconds]
mjbamford has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
icooba has quit [Quit: Computer has gone to sleep.]
woollyams has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
Aria has joined #ruby-lang
nitti has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 246 seconds]
nitti has quit [Ping timeout: 246 seconds]
swarley has quit [Ping timeout: 255 seconds]
vlad_starkov has joined #ruby-lang
ryanlecompte has quit [Remote host closed the connection]
jxie has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
ryanlecompte has joined #ruby-lang
toretore has quit [Ping timeout: 245 seconds]
sebastianb has quit [Ping timeout: 246 seconds]
KillerFox has quit [Ping timeout: 244 seconds]
sebastianb has joined #ruby-lang
havenn has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
sepp2k1 has quit [Read error: Connection reset by peer]
erichmenge has quit [Quit: Be back later]
darix has quit [Ping timeout: 245 seconds]
sebastianb has quit [Ping timeout: 246 seconds]
sebastianb has joined #ruby-lang
darix has joined #ruby-lang
darix has joined #ruby-lang
darix has quit [Changing host]
siyusong has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
crackit__ has joined #ruby-lang
klaut has quit [Remote host closed the connection]
gaveen has quit [Remote host closed the connection]
nitti has joined #ruby-lang
crackit__ has quit [Client Quit]
Cordax has joined #ruby-lang
nitti has quit [Ping timeout: 260 seconds]
rindolf has quit [Quit: Yay! I'm a llama again. http://www.shlomifish.org/]
nuclearblast has joined #ruby-lang
sebastianb has quit [Ping timeout: 246 seconds]
robbyoconnor has joined #ruby-lang
nertzy has quit [Quit: This computer has gone to sleep]
nertzy has joined #ruby-lang
KillerFox has joined #ruby-lang
havenn has joined #ruby-lang
Cordax has quit [Quit: Computer has gone to sleep.]
roadt has quit [Ping timeout: 246 seconds]
Nisstyre-laptop has quit [Ping timeout: 246 seconds]
Nisstyre-laptop has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 246 seconds]
Aria has quit [Remote host closed the connection]
Aria has joined #ruby-lang
_malte has joined #ruby-lang
justinram has quit [Remote host closed the connection]
sailias has joined #ruby-lang
sailias has quit [Client Quit]
Aria has quit [Ping timeout: 245 seconds]
jamjam has quit [Ping timeout: 246 seconds]
workmad3 has quit [Ping timeout: 252 seconds]
methods has joined #ruby-lang
_malte has quit [Remote host closed the connection]
kurko_ has joined #ruby-lang