apeiros changed the topic of #ruby-lang to: Ruby 2.1.5; 2.0.0-p598; 1.9.3-p551: http://ruby-lang.org || Paste code on http://gist.github.com
benanne has quit [Quit: kbai]
Lewix has joined #ruby-lang
yfeldblum has quit [Ping timeout: 245 seconds]
gwendall has quit [Ping timeout: 272 seconds]
gwendall has joined #ruby-lang
<Senjai> bougyman: What do you need to do with the logs?
Lewix has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
Lewix has quit [Changing host]
Lewix has joined #ruby-lang
seamon has quit [Remote host closed the connection]
zgrogan has joined #ruby-lang
apeiros_ has quit [Remote host closed the connection]
_fritchie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
apeiros_ has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
matsutomo has joined #ruby-lang
micaeked has joined #ruby-lang
_fritchie has joined #ruby-lang
yfeldblum has joined #ruby-lang
kurko__ has quit [Ping timeout: 250 seconds]
yfeldblum has quit [Ping timeout: 244 seconds]
midhir has quit [Remote host closed the connection]
midhir has joined #ruby-lang
emmesswhy has joined #ruby-lang
midhir has quit [Ping timeout: 250 seconds]
spetryk has quit [Quit: Be back later ...]
momomomomo has quit [Quit: momomomomo]
jgpawletko has joined #ruby-lang
tenderlove has quit [Quit: Leaving...]
workmad3 has joined #ruby-lang
mattyohe has quit [Quit: Connection closed for inactivity]
|jemc| has quit [Ping timeout: 245 seconds]
nertzy has joined #ruby-lang
workmad3 has quit [Ping timeout: 264 seconds]
jo__ has joined #ruby-lang
hendranata_ has joined #ruby-lang
shinnya has quit [Ping timeout: 250 seconds]
bmichelsen has quit [Quit: ZZZzzz…]
postmodern has quit [Quit: Leaving]
spetryk has joined #ruby-lang
postmodern has joined #ruby-lang
nertzy has quit [Quit: This computer has gone to sleep]
simi has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
loincloth has joined #ruby-lang
spasedgoat has quit []
wallerdev has quit [Quit: wallerdev]
loincloth has quit [Ping timeout: 250 seconds]
yfeldblum has joined #ruby-lang
tkuchiki has joined #ruby-lang
mistym has quit [Remote host closed the connection]
kurko__ has joined #ruby-lang
diegoviola has joined #ruby-lang
marr has quit [Ping timeout: 250 seconds]
|jemc| has joined #ruby-lang
<bougyman> Senjai: just pulling them into a db.
kurko___ has joined #ruby-lang
dorei has quit []
wallerdev has joined #ruby-lang
kurko__ has quit [Ping timeout: 245 seconds]
bmichelsen has joined #ruby-lang
kurko___ has quit [Ping timeout: 250 seconds]
Lewix has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mistym has joined #ruby-lang
mattyohe has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
iamninja has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 1.0.1]
Averna has joined #ruby-lang
hahuang65 has quit [Ping timeout: 244 seconds]
amsi has quit [Quit: Leaving]
AmirolAhmad has joined #ruby-lang
houhoulis has joined #ruby-lang
kurko__ has joined #ruby-lang
djbkd has quit [Quit: My people need me...]
kurko__ has quit [Read error: No route to host]
kurko__ has joined #ruby-lang
simi has quit [Ping timeout: 255 seconds]
loincloth has joined #ruby-lang
bmichelsen has quit [Quit: Bye!]
yusuf1 has joined #ruby-lang
yusuf1 has quit [Max SendQ exceeded]
bmichelsen has joined #ruby-lang
yusuf1 has joined #ruby-lang
loincloth has quit [Ping timeout: 264 seconds]
dagda1 has quit [Ping timeout: 258 seconds]
dagda1 has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
amclain has joined #ruby-lang
cleopatra has quit [Ping timeout: 240 seconds]
mcclurmc has quit [Remote host closed the connection]
AmirolAhmad has quit [Remote host closed the connection]
kurko__ has quit [Ping timeout: 265 seconds]
kurko__ has joined #ruby-lang
AmirolAhmad has joined #ruby-lang
workmad3 has joined #ruby-lang
<jdecuirm> Hi Ruby friends, i'm working with ARGV to get values from command line and then i try to use gets.chomp, but i'm getting an error
<jdecuirm> this is the gist
wallerdev has quit [Quit: wallerdev]
senor_jalapeno has joined #ruby-lang
<jhass> jdecuirm: use $stdin.gets
workmad3 has quit [Ping timeout: 272 seconds]
<jhass> jdecuirm: for the why read the docs of ARGF and know that Kernel#gets delegates to ARGF, not $stdin
<jdecuirm> Oh
<jdecuirm> stdin it's a global variable?
nertzy has joined #ruby-lang
<jhass> yes
<jdecuirm> stupid Ruby the hard way
<jhass> well, $stdin is, stdin is a local or method call ;)
<jdecuirm> i have an exercise that says Combine gets.chomp with ARGV to make a script that gets more input
<jhass> which chapter is that?
<jdecuirm> exercise 13
spastorino has quit [Quit: Connection closed for inactivity]
<jhass> mmh, I think it's teaching you exactly that fact there
<jdecuirm> it just simply does not say anything lol
<jhass> yeah, I think that's sometimes on purpose in that book
<jhass> though then the student question doesn't make any sense, mmh
<jdecuirm> i thought it was as easier as passing two parameters an then using gets.chomp
<jdecuirm> damn you book
<jdecuirm> the only explanation it gives is that ARGV is used to get parameters on command line, and gets.chomp when the script is running
<yusuf1> hello, i want to recompile gem sqlite3 with berkeley db and i didn't get it right
<jhass> jdecuirm: later chapters seem to clarify, but also do what I said above, read the docs of Kernel#gets and ARGF
<yusuf1> gem install sqlite3.gem -- --with-sqlite3-include=/usr/db6/include --with-cflags=\"-I/usr/db6/lib\"
<jdecuirm> thanks jhass i'll do
<yusuf1> but it still sqlite 3 database, not berkeley db
<jhass> I still can't like Zed's ruby style :/
<jdecuirm> Lol
<jdecuirm> what's your book?
<jhass> didn't learn ruby with a book
<jdecuirm> oh
<jdecuirm> how did you learned it?
<jhass> started working with some existing code + docs + irc
<jdecuirm> wow
<jhass> note it wasn't my first programming language ;)
<jdecuirm> it's funny because
<jdecuirm> i came from java and C# and objective-c
<jdecuirm> and ruby is giving me headaches
<jhass> yeah that's understandable
<jhass> I came from python at that time
<jdecuirm> i'm more like used to the typed languages i guess
<jhass> jdecuirm: there's not too much code in the online version, but to clarify what I don't like about his style: all his return keywords are superfluous and nobody specifies empty parens
<jhass> give it some time, it'll eventually grow on you ;)
fclausen has joined #ruby-lang
<jdecuirm> i will jhass, i find ruby funny, just need to practice more logic and solve code problems
<jdecuirm> thanks for the tip with STDIN, now it's working
<jdecuirm> but i need the way lol
<jdecuirm> why
<jhass> yeah, have a look at exercism.io after you're through the book
ikrima has joined #ruby-lang
<jdecuirm> Oh, bookmarking it, thanks jhass!
loincloth has joined #ruby-lang
nertzy has quit [Quit: This computer has gone to sleep]
fclausen_ has joined #ruby-lang
ikrima has quit [Client Quit]
fclausen has quit [Ping timeout: 272 seconds]
ikrima has joined #ruby-lang
ikrima has quit [Client Quit]
ikrima has joined #ruby-lang
sankaber has joined #ruby-lang
loincloth has quit [Ping timeout: 250 seconds]
gwendall has joined #ruby-lang
Lewix has joined #ruby-lang
Sadin has quit [Remote host closed the connection]
cornerma1 has joined #ruby-lang
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gwendall has quit [Ping timeout: 265 seconds]
cornerman has quit [Ping timeout: 245 seconds]
cornerma1 is now known as cornerman
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Sadin has joined #ruby-lang
Rodya_ has joined #ruby-lang
spetryk has quit [Quit: Lingo: www.lingoirc.com]
mattyohe has quit [Quit: Connection closed for inactivity]
Averna has quit [Quit: Leaving.]
Bwild has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
senor_jalapeno has quit [Ping timeout: 245 seconds]
jo__ has quit [Quit: Connection closed for inactivity]
kiyote23 has quit [Remote host closed the connection]
hahuang65 has joined #ruby-lang
apeiros_ has quit [Ping timeout: 250 seconds]
gwendall has joined #ruby-lang
g0bl1n has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
gwendall has quit [Ping timeout: 272 seconds]
kiyote23 has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
yusuf1 has quit [Quit: Leaving.]
shubhamgoyal has joined #ruby-lang
workmad3 has joined #ruby-lang
bb010g has joined #ruby-lang
loincloth has joined #ruby-lang
g0bl1n has quit [Ping timeout: 244 seconds]
workmad3 has quit [Ping timeout: 250 seconds]
matsutomo has quit [Quit: matsutomo]
gwendall has joined #ruby-lang
loincloth has quit [Ping timeout: 245 seconds]
havenwood has joined #ruby-lang
gix has quit [Ping timeout: 250 seconds]
yusuf1 has joined #ruby-lang
ljarvis has quit [Ping timeout: 258 seconds]
TrafficMan has quit [Ping timeout: 258 seconds]
ljarvis has joined #ruby-lang
hagabaka has joined #ruby-lang
hagebake has quit [Ping timeout: 258 seconds]
gix has joined #ruby-lang
djellemah has quit [Ping timeout: 258 seconds]
djellemah has joined #ruby-lang
leandrosnunes has quit [Ping timeout: 258 seconds]
voxxit has quit [Ping timeout: 258 seconds]
ammar has quit [Ping timeout: 258 seconds]
leandrosnunes has joined #ruby-lang
ammar has joined #ruby-lang
toretore has quit [Ping timeout: 258 seconds]
jxport has quit [Ping timeout: 258 seconds]
TrafficMan has joined #ruby-lang
jxport has joined #ruby-lang
matsutomo has joined #ruby-lang
hplar_ has quit [Ping timeout: 258 seconds]
voxxit has joined #ruby-lang
mattyohe has joined #ruby-lang
kapil__ has joined #ruby-lang
toretore has joined #ruby-lang
Sadin has quit [Remote host closed the connection]
caseypatrickdris has quit [Ping timeout: 258 seconds]
Rodya_ has quit [Quit: Ex-Chat]
ljarvis has quit [Remote host closed the connection]
hplar_ has joined #ruby-lang
ljarvis has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
gianlucadv has joined #ruby-lang
Miphix has joined #ruby-lang
Sadin has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
_fritchie has quit [Quit: Textual IRC Client: www.textualapp.com]
britt_ has joined #ruby-lang
ur5us has joined #ruby-lang
<zgrogan> sudo reboot
<zgrogan> er... not the termnal =P
<ericwood> irc is hard
zgrogan has quit [Quit: Leaving]
banister has quit [Ping timeout: 264 seconds]
mistym has quit [Remote host closed the connection]
kyb3r_ has joined #ruby-lang
ur5us has quit [Ping timeout: 245 seconds]
pwnz0r has joined #ruby-lang
apeiros_ has joined #ruby-lang
nofxx_ has quit [Ping timeout: 264 seconds]
apeiros_ has quit [Ping timeout: 245 seconds]
Lewix has quit [Remote host closed the connection]
gianlucadv has quit [Ping timeout: 250 seconds]
loincloth has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has quit [Read error: Connection reset by peer]
loincloth has quit [Ping timeout: 240 seconds]
mistym has joined #ruby-lang
brianpWins has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has quit [Changing host]
Lewix has joined #ruby-lang
fclausen_ has quit [Ping timeout: 272 seconds]
Lewix has quit []
kerunaru has joined #ruby-lang
britt_ has quit [Ping timeout: 245 seconds]
kiyote23 has quit [Remote host closed the connection]
jgpawletko has quit [Quit: jgpawletko]
gwendall has quit [Ping timeout: 258 seconds]
matsutomo has quit [Quit: matsutomo]
symm- has joined #ruby-lang
matsutomo has joined #ruby-lang
t0rrieri has quit [Quit: Be back later ...]
workmad3 has joined #ruby-lang
Iskarlar has joined #ruby-lang
workmad3 has quit [Ping timeout: 240 seconds]
rbowlby has quit [Remote host closed the connection]
RobertBirnie has joined #ruby-lang
Bwild has quit [Ping timeout: 250 seconds]
Bwild has joined #ruby-lang
yfeldblum has joined #ruby-lang
mustmodify has quit [Read error: Connection reset by peer]
mustmodify has joined #ruby-lang
symm- has quit [Ping timeout: 250 seconds]
kerunaru has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 272 seconds]
havenwood has quit []
ruby-lang370 has joined #ruby-lang
<ruby-lang370> Hi Everyone
<ruby-lang370> I have got confusion over next statement and if else conditional statement
<ruby-lang370> can any one give me clarification b/w these two please
<ruby-lang370> bcz both are working as same
pwnz0r has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
t0rrieri has joined #ruby-lang
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
<yusuf1> how to recompile gem with native extension ?
<yusuf1> i want to recompile sqlite3 with these parameter
<yusuf1> CFLAGS="-L/opt/db6/lib" gem install sqlite3.gem -- --with-sqlite3-include=/opt/db6/include
<yusuf1> but seems didn't work
t0rrieri has quit [Ping timeout: 240 seconds]
nofxx_ has joined #ruby-lang
apeiros_ has quit [Ping timeout: 256 seconds]
mattyohe has quit [Quit: Connection closed for inactivity]
gwendall has joined #ruby-lang
ruby-lang370 has left #ruby-lang [#ruby-lang]
gwendall has quit [Ping timeout: 265 seconds]
emmesswhy has quit [Quit: Leaving]
sumitpahuja has joined #ruby-lang
sumitpahuja has quit [Client Quit]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Manchotix has joined #ruby-lang
apeiros_ has joined #ruby-lang
Sadin has quit [Remote host closed the connection]
rbowlby has joined #ruby-lang
matsutomo has quit [Quit: matsutomo]
JohnBat26 has joined #ruby-lang
yfeldblum has joined #ruby-lang
matsutomo has joined #ruby-lang
Forgetful_Lion has joined #ruby-lang
loincloth has joined #ruby-lang
yfeldblum has quit [Ping timeout: 264 seconds]
hahuang61 has joined #ruby-lang
loincloth has quit [Ping timeout: 258 seconds]
hahuang61 has quit [Quit: WeeChat 1.0.1]
hahuang61 has joined #ruby-lang
solars has joined #ruby-lang
amclain has quit [Quit: Leaving]
chinmay_dd has joined #ruby-lang
oleo has quit [Quit: Verlassend]
t0rrieri has joined #ruby-lang
arBmind has joined #ruby-lang
mistym has quit [Remote host closed the connection]
Iskarlar has joined #ruby-lang
t0rrieri has quit [Ping timeout: 258 seconds]
bmichelsen has quit [Quit: ZZZzzz…]
gwendall has joined #ruby-lang
workmad3 has joined #ruby-lang
gwendall has quit [Ping timeout: 258 seconds]
workmad3 has quit [Ping timeout: 256 seconds]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-lang
yfeldblum has joined #ruby-lang
Iskarlar has joined #ruby-lang
octodoodle has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 264 seconds]
arBmind has quit [Read error: Connection reset by peer]
arBmind has joined #ruby-lang
weaksauce has quit [Ping timeout: 250 seconds]
loincloth has joined #ruby-lang
<ljarvis> if anyone uses slop, please check out v4 (which is a complete overhaul, due to be released soon) https://github.com/leejarvis/slop/tree/4.0
rahul_j has joined #ruby-lang
gwendall has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
gwendall has joined #ruby-lang
loincloth has quit [Ping timeout: 264 seconds]
houhoulis has quit [Remote host closed the connection]
rbowlby has quit [Ping timeout: 264 seconds]
rahul_j has quit [Read error: Connection reset by peer]
rahul_j has joined #ruby-lang
rahul_j has quit [Client Quit]
rahul_j has joined #ruby-lang
rahul_j has quit [Read error: Connection reset by peer]
rahul_j has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
t0rrieri has joined #ruby-lang
octodoodle has quit [Remote host closed the connection]
rahul_j has quit [Quit: rahul_j]
mylar has joined #ruby-lang
t0rrieri has quit [Ping timeout: 245 seconds]
kiyote23 has joined #ruby-lang
hahuang61 has quit [Quit: WeeChat 1.0.1]
marr has joined #ruby-lang
elia has joined #ruby-lang
kiyote23 has quit [Ping timeout: 245 seconds]
rahul_j has joined #ruby-lang
yfeldblum has joined #ruby-lang
Iskarlar has quit [Ping timeout: 250 seconds]
xcesariox has joined #ruby-lang
xcesariox has quit [Remote host closed the connection]
<yorickpeterse> morning
xcesariox has joined #ruby-lang
benlovell has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
ta has quit [Remote host closed the connection]
simi has joined #ruby-lang
shuriu has joined #ruby-lang
AKASkip has joined #ruby-lang
kyb3r_ has quit [Read error: Connection reset by peer]
djbkd has joined #ruby-lang
loincloth has joined #ruby-lang
rahul_j has quit [Read error: Connection reset by peer]
shuriu has quit [Remote host closed the connection]
rahul_j has joined #ruby-lang
loincloth has quit [Ping timeout: 255 seconds]
shuriu has joined #ruby-lang
rahul_j has quit [Client Quit]
xcesariox has quit [Quit: Textual IRC Client: www.textualapp.com]
rahul_j has joined #ruby-lang
matsutomo has quit [Quit: matsutomo]
Iskarlar has joined #ruby-lang
workmad3 has joined #ruby-lang
matsutomo has joined #ruby-lang
matsutomo has quit [Client Quit]
nofxx_ has quit [Ping timeout: 264 seconds]
shuriu_ has joined #ruby-lang
t0rrieri has joined #ruby-lang
<calebk> i’m all rubied out
arBmind has joined #ruby-lang
hendranata_ has quit [Ping timeout: 265 seconds]
rahul_j has quit [Read error: Connection reset by peer]
ikrima has quit [Ping timeout: 245 seconds]
ta has joined #ruby-lang
shuriu has quit [Ping timeout: 250 seconds]
rahul_j has joined #ruby-lang
perryh is now known as perry
t0rrieri has quit [Ping timeout: 250 seconds]
arBmind has left #ruby-lang [#ruby-lang]
rahul_j has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
rahul_j has joined #ruby-lang
<yusuf1> how to compile ruby gem with native extensions?
<yusuf1> CFLAGS="-L/opt/db6/lib" gem install sqlite3.gem -- --with-sqlite3-include=/opt/db6/include
<yusuf1> i do that and seems not working
djbkd has quit [Remote host closed the connection]
shubhamgoyal has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 250 seconds]
shubhamgoyal has joined #ruby-lang
|jemc| has quit [Quit: WeeChat 1.0.1]
arBmind1 has joined #ruby-lang
rahul_j has quit [Read error: Connection reset by peer]
shubhamgoyal has quit [Ping timeout: 240 seconds]
Aova has joined #ruby-lang
matsutomo has joined #ruby-lang
rahul_j has joined #ruby-lang
nofxx_ has joined #ruby-lang
nofxx_ has quit [Changing host]
nofxx_ has joined #ruby-lang
ikrima has joined #ruby-lang
rahul_j has quit [Read error: Connection reset by peer]
rahul_j has joined #ruby-lang
charliesome has quit [Quit: zzz]
loincloth has joined #ruby-lang
benlovell has quit [Read error: Connection reset by peer]
rahul_j has quit [Read error: Connection reset by peer]
shuriu_ has quit [Remote host closed the connection]
loincloth has quit [Ping timeout: 264 seconds]
rahul_j has joined #ruby-lang
shuriu has joined #ruby-lang
matsutomo has quit [Quit: matsutomo]
rahul_j has quit [Read error: Connection reset by peer]
rahul_j has joined #ruby-lang
gwendall_ has joined #ruby-lang
matsutomo has joined #ruby-lang
Manchotix has quit [Ping timeout: 244 seconds]
gwendall has quit [Ping timeout: 244 seconds]
t0rrieri has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
<yorickpeterse> yusuf1: you just gem install it
gwendall_ has quit [Ping timeout: 272 seconds]
rahul_j has quit [Quit: rahul_j]
t0rrieri has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby-lang
rahul_j has joined #ruby-lang
yusuf1 has quit [Quit: Leaving.]
yfeldblum has quit [Ping timeout: 258 seconds]
chinmay_dd has quit [Quit: Leaving]
spastorino has joined #ruby-lang
rahul_j has quit [Read error: Connection reset by peer]
postmodern has quit [Quit: Leaving]
rahul_j has joined #ruby-lang
micechal_ has joined #ruby-lang
micechal has quit [Ping timeout: 244 seconds]
chinmay_dd has joined #ruby-lang
rahul_j has quit [Read error: Connection reset by peer]
rahul_j has joined #ruby-lang
kerunaru has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Iskarlar has joined #ruby-lang
loincloth has joined #ruby-lang
Iskarlar has quit [Client Quit]
rahul_j has quit [Read error: Connection reset by peer]
kerunaru has quit [Ping timeout: 264 seconds]
leandrosnunes has quit [Ping timeout: 245 seconds]
rahul_j has joined #ruby-lang
loincloth has quit [Ping timeout: 258 seconds]
GBrawl has joined #ruby-lang
shuriu has quit [Remote host closed the connection]
tcopeland has quit [Quit: Leaving.]
rahul_j has quit [Ping timeout: 256 seconds]
chinmay_dd has quit [Quit: Leaving]
rahul_j has joined #ruby-lang
thang has quit [Ping timeout: 264 seconds]
thang has joined #ruby-lang
matsutomo has quit [Quit: matsutomo]
matsutomo has joined #ruby-lang
arBmind has joined #ruby-lang
fclausen has joined #ruby-lang
matsutomo has quit [Client Quit]
arBmind1 has quit [Ping timeout: 256 seconds]
gss has joined #ruby-lang
shuriu has joined #ruby-lang
ikrima has quit [Ping timeout: 244 seconds]
Iskarlar has joined #ruby-lang
t0rrieri has joined #ruby-lang
yfeldblum has joined #ruby-lang
octodoodle has joined #ruby-lang
djbkd has joined #ruby-lang
t0rrieri has quit [Ping timeout: 250 seconds]
thang has quit [Ping timeout: 258 seconds]
GBrawl has quit [Quit: (null)]
yfeldblum has quit [Ping timeout: 255 seconds]
fclausen has quit [Ping timeout: 272 seconds]
thang has joined #ruby-lang
Manchotix has joined #ruby-lang
nofxx_ has quit [Ping timeout: 264 seconds]
mLF has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
ShawnHill has joined #ruby-lang
<ShawnHill> Hi, everyone.
rcvalle has joined #ruby-lang
calebk has quit [Quit: calebk]
micechal has joined #ruby-lang
micechal_ has quit [Ping timeout: 244 seconds]
blackoperat has joined #ruby-lang
rahul_j has joined #ruby-lang
loincloth has joined #ruby-lang
loincloth has quit [Ping timeout: 265 seconds]
GBrawl has joined #ruby-lang
ShawnHill has quit [Quit: Leaving.]
ShawnHill has joined #ruby-lang
kurko__ has joined #ruby-lang
jxie has quit [Ping timeout: 244 seconds]
ShawnHill has left #ruby-lang [#ruby-lang]
ShawnHill has joined #ruby-lang
ShawnHill has left #ruby-lang [#ruby-lang]
jxie has joined #ruby-lang
TvL2386 has joined #ruby-lang
allomov has joined #ruby-lang
GBrawl has quit [Quit: (null)]
gwendall has joined #ruby-lang
t0rrieri has joined #ruby-lang
chinmay_dd has joined #ruby-lang
solars has quit [Ping timeout: 265 seconds]
t0rrieri has quit [Ping timeout: 240 seconds]
sarkyniin has joined #ruby-lang
jo__ has joined #ruby-lang
octodoodle has quit [Quit: Textual IRC Client: www.textualapp.com]
mikecmpbll has joined #ruby-lang
yalue has joined #ruby-lang
solars has joined #ruby-lang
yfeldblum has joined #ruby-lang
[spoiler] has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
tcopeland has joined #ruby-lang
setanta has joined #ruby-lang
seank_ has quit [Read error: Connection reset by peer]
seank_ has joined #ruby-lang
loincloth has joined #ruby-lang
shuriu has quit [Remote host closed the connection]
loincloth has quit [Ping timeout: 264 seconds]
workmad3 has quit [Ping timeout: 244 seconds]
ecnalyr has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
bodgix_wrk has joined #ruby-lang
shuriu has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
workmad3 has joined #ruby-lang
t0rrieri has joined #ruby-lang
tkuchiki has quit [Ping timeout: 240 seconds]
t0rrieri has quit [Ping timeout: 264 seconds]
gss_ has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has quit [Changing host]
Lewix has joined #ruby-lang
AKASkip has quit [Ping timeout: 265 seconds]
gss has quit [Ping timeout: 250 seconds]
AmirolAhmad has quit [Remote host closed the connection]
sankaber has joined #ruby-lang
djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #ruby-lang
enebo has joined #ruby-lang
senor_jalapeno has joined #ruby-lang
djbkd has quit [Ping timeout: 255 seconds]
stef204 has joined #ruby-lang
yfeldblum has joined #ruby-lang
oleo has joined #ruby-lang
iamninja has quit [Quit: ZZZzzz…]
TvL2386 has quit [Quit: Ex-Chat]
yfeldblum has quit [Ping timeout: 250 seconds]
jgpawletko has joined #ruby-lang
malconis has joined #ruby-lang
malconis has quit [Remote host closed the connection]
malconis has joined #ruby-lang
shinnya has joined #ruby-lang
JohnBat26 has quit [Ping timeout: 245 seconds]
loincloth has joined #ruby-lang
levifig has quit [Ping timeout: 256 seconds]
levifig has joined #ruby-lang
datazombie has joined #ruby-lang
loincloth has quit [Ping timeout: 240 seconds]
gwendall has quit [Remote host closed the connection]
senor_jalapeno has quit [Ping timeout: 264 seconds]
iamninja has joined #ruby-lang
kerunaru has joined #ruby-lang
jkad1 has joined #ruby-lang
whippythellama has joined #ruby-lang
rahul_j has joined #ruby-lang
t0rrieri has joined #ruby-lang
badeball has quit [Remote host closed the connection]
jkad1 has quit [Quit: WeeChat 1.0.1]
g0bl1n has joined #ruby-lang
g0bl1n has joined #ruby-lang
Rodya_ has joined #ruby-lang
t0rrieri has quit [Ping timeout: 245 seconds]
gss_ has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
GBrawl has joined #ruby-lang
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gss has joined #ruby-lang
badeball has joined #ruby-lang
loincloth has joined #ruby-lang
banister has joined #ruby-lang
yfeldblum has joined #ruby-lang
banister has quit [Read error: Connection reset by peer]
spuk has quit [Read error: Connection reset by peer]
yfeldblum has quit [Ping timeout: 250 seconds]
t0rrieri has joined #ruby-lang
Lewix has quit []
ta has quit [Remote host closed the connection]
spuk has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
kiyote23 has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
senor_jalapeno has joined #ruby-lang
rahul_j has quit [Ping timeout: 245 seconds]
allomov has quit [Remote host closed the connection]
cmhobbs has joined #ruby-lang
cmhobbs has quit [Changing host]
cmhobbs has joined #ruby-lang
kerunaru has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tenderlove has joined #ruby-lang
kerunaru has joined #ruby-lang
klmlfl has joined #ruby-lang
mcclurmc has joined #ruby-lang
cornerma1 has joined #ruby-lang
mistym has joined #ruby-lang
cornerman has quit [Ping timeout: 250 seconds]
cornerma1 is now known as cornerman
Tig_ has joined #ruby-lang
mistym has quit [Remote host closed the connection]
mLF has quit [Ping timeout: 250 seconds]
shubhamgoyal has quit [Remote host closed the connection]
klmlfl has quit [Remote host closed the connection]
miqui_ has joined #ruby-lang
rikkipitt has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
banister has joined #ruby-lang
kurko__ has joined #ruby-lang
AmirolAhmad has joined #ruby-lang
jo__ has quit [Quit: Connection closed for inactivity]
AmirolAhmad has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
AmirolAhmad has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
kiyote23 has joined #ruby-lang
rbowlby has joined #ruby-lang
kapil__ has quit [Quit: Connection closed for inactivity]
yfeldblum has quit [Ping timeout: 240 seconds]
Tig_ has quit [Ping timeout: 246 seconds]
kiyote23 has quit [Ping timeout: 255 seconds]
g0bl1n has quit [Quit: Leaving]
rippa has joined #ruby-lang
rbowlby has quit [Ping timeout: 255 seconds]
banister has quit [Read error: Connection reset by peer]
mistym has joined #ruby-lang
solars has quit [Ping timeout: 255 seconds]
Manchotix has quit [Remote host closed the connection]
AmirolAhmad has quit [Remote host closed the connection]
kiyote23 has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
AmirolAhmad has joined #ruby-lang
caseypatrickdris has quit [Remote host closed the connection]
|jemc| has joined #ruby-lang
stef204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
havenwood has joined #ruby-lang
apeiros_ has quit [Ping timeout: 250 seconds]
AmirolAhmad has quit [Remote host closed the connection]
AmirolAhmad has joined #ruby-lang
GBrawl_ has joined #ruby-lang
mLF has joined #ruby-lang
AmirolAhmad has quit [Remote host closed the connection]
klmlfl has joined #ruby-lang
GBrawl has quit [Ping timeout: 245 seconds]
shuriu has quit [Remote host closed the connection]
kiyote23 has joined #ruby-lang
Vivex has joined #ruby-lang
ecnalyr has quit [Quit: Macbook has gone to sleep. . .]
gjaldon has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
caseypatrickdris has joined #ruby-lang
kiyote23 has joined #ruby-lang
Rodya_ has quit [Quit: Ex-Chat]
kiyote23 has quit [Ping timeout: 265 seconds]
pwelch has joined #ruby-lang
yfeldblum has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
kiyote23 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 264 seconds]
kiyote23 has quit [Remote host closed the connection]
rippa has joined #ruby-lang
apeiros_ has joined #ruby-lang
octodoodle has joined #ruby-lang
mylar has quit []
GBrawl_ has quit [Ping timeout: 258 seconds]
AKASkip has joined #ruby-lang
gjaldon has quit [Remote host closed the connection]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mistym has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
gjaldon has joined #ruby-lang
micaeked has quit [Ping timeout: 272 seconds]
bb010g has quit [Quit: Connection closed for inactivity]
symm- has joined #ruby-lang
amsi has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
mistym has joined #ruby-lang
mikecmpbll has quit [Quit: ciao.]
bodgix_wrk1 has joined #ruby-lang
bodgix_wrk has quit [Ping timeout: 245 seconds]
GBrawl has joined #ruby-lang
bodgix_wrk1 has quit [Client Quit]
bodgix_wrk has joined #ruby-lang
t0rrieri has quit [Quit: Be back later ...]
t0rrieri has joined #ruby-lang
bodgix_wrk has quit [Client Quit]
arBmind has joined #ruby-lang
kerunaru has quit [Read error: Connection reset by peer]
centrx has joined #ruby-lang
<mustmodify> I have a baffling, intermittent bug. I don't want to say it's in Ruby because I totally realize that it's probably my code, but ... I don't see how it could be my code. https://gist.github.com/mustmodify/a68d131871be9af212ad
<Senjai> mustmodify: interesting
<Senjai> is difference always a decimal?
<Senjai> You should throw a binding.pry
<Senjai> and inspect the value of difference
<Senjai> until one fails
<mustmodify> It's always a BigDecimal, afaik.
<Senjai> derp
<Senjai> you do that
<Senjai> mustmodify: Can you try using #power instead
<Senjai> (bigdecimal * 0.1.to_d).power(1.07)
<mustmodify> I guess I can but ... should it matter?
<Senjai> mustmodify: According todocs
<Senjai> The argument in power
<Senjai> must be an integer
<Senjai> yours is not an integer
<mustmodify> Senjai: Hm...
<mustmodify> interesting.
<mustmodify> and dumb, but ok.
<mustmodify> I guess that could be it.
ta has joined #ruby-lang
<mustmodify> weird that it's intermittent.
shazaum has joined #ruby-lang
<mustmodify> interesting.
shazaum has quit [Changing host]
shazaum has joined #ruby-lang
Sadin has joined #ruby-lang
datazombie has quit [Quit: Textual IRC Client: www.textualapp.com]
<mustmodify> 1000000000.times { BigDecimal.new('2E0') ** 1.07 } resulted in a failure eventually.
elia has quit [Quit: Computer has gone to sleep.]
skade has joined #ruby-lang
iamninja has quit [Quit: ZZZzzz…]
emmesswhy has joined #ruby-lang
shazaum has left #ruby-lang ["Leaving"]
mattyohe has joined #ruby-lang
<Senjai> I would open a ticket to bigdecimal about it
<Senjai> But I would still see if it fails when the exponent is a whole number
arBmind has quit [Quit: Leaving.]
skade has quit [Quit: Computer has gone to sleep.]
arBmind has joined #ruby-lang
<mustmodify> super interesting... there's a pattern.
<mustmodify> ah... you can't see it because it doesn't wrap.
<mustmodify> blah.
<mustmodify> it fails every n times.
<Senjai> mustmodify: My 1000000000.times { BigDecimal.new('2E0') ** 1.07 } hasn'
<Senjai> hasn't failed yet
<mustmodify> must be a versioning issue.
<Senjai> Failed 0 times out of 10000 tries.
<Senjai> ruby 2.1.2p95 (2014-05-08 revision 45877) [i686-linux]
<Senjai> I think you should still file a bug somewhere
<Senjai> with your version
<mustmodify> will do
<Senjai> Try it with mine
<Senjai> and see if it goes away
wallerdev has joined #ruby-lang
chinmay_dd has quit [Quit: Leaving]
Bwild has quit [Quit: leaving]
chinmay_dd has joined #ruby-lang
GBrawl has quit [Ping timeout: 272 seconds]
RobertBirnie has joined #ruby-lang
gss has quit [Remote host closed the connection]
rikkipitt has quit [Remote host closed the connection]
seanosaur has joined #ruby-lang
allomov has joined #ruby-lang
workmad3 has quit [Ping timeout: 256 seconds]
allomov has quit [Remote host closed the connection]
rbowlby has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
shazaum has joined #ruby-lang
skade has joined #ruby-lang
shazaum has quit [Changing host]
shazaum has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
SHyx0rmZ has quit [Remote host closed the connection]
gss has joined #ruby-lang
SHyx0rmZ has joined #ruby-lang
RobertBirnie has quit [Ping timeout: 245 seconds]
mustmodify has left #ruby-lang [#ruby-lang]
RobertBirnie has joined #ruby-lang
RobertBirnie has quit [Read error: Connection reset by peer]
brianpWins has quit [Quit: brianpWins]
wallerdev has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
ikrima has joined #ruby-lang
RobertBirnie has joined #ruby-lang
Miphix has quit [Ping timeout: 265 seconds]
yfeldblum has joined #ruby-lang
hahuang61 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 245 seconds]
chinmay_dd has quit [Quit: Leaving]
matp has quit [Quit: Bye!]
seanosaur has quit []
matp has joined #ruby-lang
mcclurmc has joined #ruby-lang
kiyote23 has joined #ruby-lang
<[spoiler]> I can't reproduce that bug Senjai and [person that left]
mcclurmc has quit [Remote host closed the connection]
<[spoiler]> I tried on a few of our servers 1_000_000_000_000_000_000.times
<Senjai> [spoiler]: Neither can I
<[spoiler]> no wait
<[spoiler]> take away 2 groups of 000
<[spoiler]> lol
<Senjai> [spoiler]: But he didn't tell me what version he was running either
<[spoiler]> I think it might've been a memory issue?
spetryk has joined #ruby-lang
<[spoiler]> what exception did it raise?
hahuang61 has quit [Quit: WeeChat 1.0.1]
shazaum has quit [Quit: Leaving]
<[spoiler]> bigdecimal are arbitrary numbers
shazaum has joined #ruby-lang
nofxx_ has joined #ruby-lang
nofxx_ has quit [Changing host]
nofxx_ has joined #ruby-lang
shazaum has joined #ruby-lang
shazaum has quit [Changing host]
yfeldblum has joined #ruby-lang
mcclurmc has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
shazaum has quit [Client Quit]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
shazaum has joined #ruby-lang
hahuang61 has joined #ruby-lang
shazaum has quit [Changing host]
shazaum has joined #ruby-lang
hahuang61 has quit [Quit: WeeChat 1.0.1]
xsdg_ has quit [Quit: Reconnecting]
xsdg has joined #ruby-lang
hahuang61 has joined #ruby-lang
djbkd has joined #ruby-lang
nathanstitt has joined #ruby-lang
spetryk has quit [Quit: Be back later ...]
gjaldon has quit []
arBmind has quit [Ping timeout: 264 seconds]
spetryk has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
kiyote23 has joined #ruby-lang
klmlfl_ has joined #ruby-lang
ikrima has quit [Ping timeout: 264 seconds]
<[spoiler]> what's `value_of` I've never seen it before
klmlfl has quit [Ping timeout: 264 seconds]
gss has quit [Remote host closed the connection]
arBmind has joined #ruby-lang
<[spoiler]> anyway though, I can't seem to reproduce the error :/
st0mar has joined #ruby-lang
ozzloy_ is now known as ozzloy
ozzloy has quit [Changing host]
ozzloy has joined #ruby-lang
ur5us has joined #ruby-lang
arBmind1 has joined #ruby-lang
arBmind has quit [Ping timeout: 264 seconds]
nertzy has joined #ruby-lang
octodoodle has quit [Remote host closed the connection]
oleo has quit [Quit: Verlassend]
oleo has joined #ruby-lang
oleo has quit [Max SendQ exceeded]
oleo has joined #ruby-lang
oleo has quit [Read error: Connection reset by peer]
soraher___ is now known as soraher
oleo has joined #ruby-lang
nertzy has quit [Quit: Leaving]
calebk has joined #ruby-lang
RobertBirnie has quit [Ping timeout: 258 seconds]
micechal has quit [Read error: Connection reset by peer]
nertzy has joined #ruby-lang
RobertBirnie has joined #ruby-lang
calebk has quit [Client Quit]
wallerdev has quit [Quit: wallerdev]
calebk has joined #ruby-lang
wallerdev has joined #ruby-lang
micechal has joined #ruby-lang
mistym has quit [Remote host closed the connection]
imperator2 has joined #ruby-lang
imperator2 is now known as imperator
kiyote23 has quit [Remote host closed the connection]
kiyote23 has joined #ruby-lang
jkad1 has joined #ruby-lang
arBmind1 has quit [Quit: Leaving.]
kiyote23 has quit [Ping timeout: 256 seconds]
kiyote23_ has joined #ruby-lang
_fritchie has joined #ruby-lang
sonne has quit [Quit: ZNC - http://znc.in]
djbkd has quit [Remote host closed the connection]
sonne has joined #ruby-lang
bb010g has joined #ruby-lang
oleo is now known as Guest5890
oleo__ has joined #ruby-lang
oleo__ has quit [Read error: Connection reset by peer]
Guest5890 has quit [Ping timeout: 264 seconds]
SkramX__ is now known as SkramX
ed112211 has joined #ruby-lang
oleo__ has joined #ruby-lang
jam__ has joined #ruby-lang
jam___ has joined #ruby-lang
oleo__ is now known as oleo
allomov has joined #ruby-lang
chouhoul_ has joined #ruby-lang
[spoiler] has quit [Quit: Leaving]
djbkd has joined #ruby-lang
chouhoulis has quit [Ping timeout: 265 seconds]
shazaum has quit [Quit: Leaving]
imperator has quit [Quit: Valete!]
JoL1hAHN has quit [Ping timeout: 258 seconds]
apt-get_ has joined #ruby-lang
mistym has joined #ruby-lang
mLF has quit [Ping timeout: 245 seconds]
sarkyniin has quit [Ping timeout: 244 seconds]
yalue has quit [Quit: return 0;]
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #ruby-lang
JohnBat26 has joined #ruby-lang
Kingpin_ has joined #ruby-lang
klmlfl_ has quit [Remote host closed the connection]
klmlfl has joined #ruby-lang
kurko__ has quit [Read error: Connection reset by peer]
kurko__ has joined #ruby-lang
klmlfl has quit [Ping timeout: 245 seconds]
emmesswhy has quit [Quit: This computer has gone to sleep]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
apt-get__ has joined #ruby-lang
apt-get_ has quit [Ping timeout: 250 seconds]
tkuchiki has joined #ruby-lang
JoL1hAHN has joined #ruby-lang
devgiant has joined #ruby-lang
postmodern has joined #ruby-lang
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
allomov has quit [Remote host closed the connection]
yfeldblu_ has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 250 seconds]
fusillicode1 has quit [Ping timeout: 255 seconds]
<zenspider> I can't repro.
centrx has quit [Quit: Science is organized knowledge, wisdom is organized life.]
antoniusglock has left #ruby-lang [#ruby-lang]
tcopeland has quit [Quit: Leaving.]
GBrawl has joined #ruby-lang
apt-get__ has quit [Remote host closed the connection]
RobertBirnie has quit [Ping timeout: 256 seconds]
weaksauce has joined #ruby-lang
charliesome has joined #ruby-lang
RobertBirnie has joined #ruby-lang
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hahuang61 has quit [Ping timeout: 272 seconds]
hahuang61 has joined #ruby-lang
kek has joined #ruby-lang
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
djellemah has quit [Quit: Leaving]
momomomomo has joined #ruby-lang
skade has joined #ruby-lang
skade has quit [Client Quit]
skade has joined #ruby-lang
GBrawl has quit [Ping timeout: 272 seconds]
tenderlove has quit [Quit: Leaving...]
marr has quit [Ping timeout: 258 seconds]
caseypatrickdris has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
setanta has quit [Quit: Leaving]
charliesome has quit [Quit: zzz]
tenderlove has joined #ruby-lang
havenwood has quit [Ping timeout: 250 seconds]
jam__ has quit [Quit: Connection closed for inactivity]
jam___ has quit [Quit: Connection closed for inactivity]
caseypatrickdris has joined #ruby-lang
zgrogan has joined #ruby-lang
senor_jalapeno has quit [Remote host closed the connection]
mistym has quit [Remote host closed the connection]
mistym has joined #ruby-lang
cmhobbs has quit [Remote host closed the connection]
cantonic has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
nathanstitt has quit [Ping timeout: 255 seconds]
<zgrogan> recommended ruby noob book? i'm working through peter cooper's beginning ruby. ok?
<zenspider> how newby?
<zgrogan> senior CS student new to ruby
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
<zgrogan> have worked with C/C++, java, PhP, JavaScript
<zenspider> Ok. then I think the pickaxe would be just fine.
<zenspider> dave thomas' book... ala pragprog.com
<zgrogan> thank you
tcopeland has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
GBrawl has joined #ruby-lang
GBrawl has quit [Client Quit]
fclausen has joined #ruby-lang
charliesome has joined #ruby-lang
marr has joined #ruby-lang
GBrawl has joined #ruby-lang
djbkd has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
fclausen has quit [Quit: leaving]
djbkd has joined #ruby-lang
whippythellama has quit [Quit: whippythellama]
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
tkuchiki has quit [Read error: Connection reset by peer]
tkuchiki has joined #ruby-lang
mistym has quit [Remote host closed the connection]
_fritchie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mistym has joined #ruby-lang
Menorah has joined #ruby-lang
tkuchiki has quit [Ping timeout: 244 seconds]
apeiros_ has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
apeiros_ has joined #ruby-lang
GBrawl has quit [Quit: (null)]
_fritchie has joined #ruby-lang
AKASkip has quit [Ping timeout: 245 seconds]
wallerdev has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
Lewix has joined #ruby-lang
nathanstitt has joined #ruby-lang
zgrogan has quit [Remote host closed the connection]
yfeldblu_ has quit [Ping timeout: 240 seconds]
Menorah has quit [Quit: This computer has gone to sleep]
momomomomo has joined #ruby-lang
_JokerDoom has joined #ruby-lang