00:02
nathanstitt has joined #ruby-lang
00:04
saarinen has quit [Quit: saarinen]
00:05
ffio_ has joined #ruby-lang
00:05
ilyam has quit [Quit: ilyam]
00:06
ffio has quit [Ping timeout: 264 seconds]
00:10
Mon_Ouie has quit [Ping timeout: 240 seconds]
00:10
solars has quit [Ping timeout: 240 seconds]
00:13
vlad_starkov has quit [Ping timeout: 246 seconds]
00:15
eugenejen has quit [Quit: eugenejen]
00:17
flip_digits has quit [Remote host closed the connection]
00:20
vlad_starkov has joined #ruby-lang
00:21
Voker57 has quit [Ping timeout: 240 seconds]
00:21
mdedetrich has joined #ruby-lang
00:22
flip_digits has joined #ruby-lang
00:26
xxaM has joined #ruby-lang
00:29
pellis has quit [Ping timeout: 276 seconds]
00:30
GeissT has joined #ruby-lang
00:30
pellis has joined #ruby-lang
00:35
Voker57 has joined #ruby-lang
00:36
tylersmith has quit [Remote host closed the connection]
00:36
agarie has joined #ruby-lang
00:39
joshuawscott has joined #ruby-lang
00:43
mbj has quit [Ping timeout: 268 seconds]
00:51
pellis has quit [Quit: Leaving]
00:57
hahuang65 has quit [Ping timeout: 246 seconds]
00:58
ilyam has joined #ruby-lang
00:59
ruby-lang432 has joined #ruby-lang
01:01
ruby-lang432 has quit [Client Quit]
01:03
bzalasky has joined #ruby-lang
01:07
bzalasky has quit [Remote host closed the connection]
01:07
glebm has joined #ruby-lang
01:09
mdedetrich has quit [Quit: Computer has gone to sleep.]
01:14
iliketurtles has quit [Quit: zzzzz…..]
01:14
ilyam has quit [Ping timeout: 248 seconds]
01:15
ilyam has joined #ruby-lang
01:17
Nisstyre has joined #ruby-lang
01:18
Squarepy has quit [Quit: Leaving]
01:24
saarinen has joined #ruby-lang
01:25
saarinen has quit [Client Quit]
01:32
spacecaps has quit [Ping timeout: 256 seconds]
01:33
toretore has quit [Quit: Leaving]
01:33
mdedetrich has joined #ruby-lang
01:34
tkuchiki has joined #ruby-lang
01:38
tkuchiki has quit [Ping timeout: 240 seconds]
01:43
Cakey has joined #ruby-lang
01:43
mistym_ has joined #ruby-lang
01:45
mistym has quit [Ping timeout: 240 seconds]
01:45
mdedetrich has quit [Ping timeout: 246 seconds]
01:46
io_syl has quit [Quit: io_syl]
01:57
imperator has quit [Quit: Valete!]
02:06
ilyam has quit [Quit: ilyam]
02:08
shinh has quit [Read error: Connection timed out]
02:09
shinh has joined #ruby-lang
02:14
agile has joined #ruby-lang
02:16
lsegal has joined #ruby-lang
02:23
ffio_ has quit [Ping timeout: 240 seconds]
02:24
tkuchiki has joined #ruby-lang
02:24
GeissT has quit [Ping timeout: 276 seconds]
02:32
saarinen has joined #ruby-lang
02:35
warmwaffles has joined #ruby-lang
02:35
symm- has quit [Ping timeout: 246 seconds]
02:36
mdedetrich has joined #ruby-lang
02:39
warmwaffles has left #ruby-lang [#ruby-lang]
02:40
vlad_starkov has quit [Remote host closed the connection]
02:42
mdedetrich has quit [Quit: Computer has gone to sleep.]
02:43
io_syl has joined #ruby-lang
02:43
GaelanAintAround is now known as Gaelan
02:43
iliketurtles has joined #ruby-lang
02:48
nathanstitt has quit [Quit: I growing sleepy]
02:49
retro|cz has joined #ruby-lang
02:52
nathanstitt has joined #ruby-lang
02:54
Gaelan is now known as GaelanAintAround
02:56
mistym_ has quit [Remote host closed the connection]
02:56
bzalasky has joined #ruby-lang
02:56
agarie has quit [Remote host closed the connection]
02:59
bzalasky has quit [Remote host closed the connection]
03:05
gja has joined #ruby-lang
03:05
gja has quit [Changing host]
03:05
gja has joined #ruby-lang
03:08
soahccc has joined #ruby-lang
03:09
fosky has joined #ruby-lang
03:15
bzalasky has joined #ruby-lang
03:15
platoscave has joined #ruby-lang
03:15
arooni-mobile has quit [Ping timeout: 240 seconds]
03:16
saarinen has quit [Quit: saarinen]
03:17
duphus has quit [Quit: Leaving.]
03:19
gja has quit [Quit: Leaving]
03:20
<
postmodern >
drbrain, is there a way to create a Mechanize agent, that is tied to a specific domain, so that I could request relative URLs?
03:23
bzalasky has quit [Remote host closed the connection]
03:24
zomgbie has quit [Read error: Connection reset by peer]
03:25
zomgbie has joined #ruby-lang
03:25
vikhyat has joined #ruby-lang
03:31
Artheist has joined #ruby-lang
03:34
joshuawscott has quit [Quit: Leaving.]
03:35
hashkey has quit [Ping timeout: 240 seconds]
03:35
hashkey has joined #ruby-lang
03:36
hashkey is now known as Guest68593
03:39
Guest68593 has quit [Client Quit]
03:41
arooni-mobile has joined #ruby-lang
03:50
vikhyat has quit [Ping timeout: 246 seconds]
03:54
ffio has joined #ruby-lang
03:54
glebm has quit [Ping timeout: 246 seconds]
03:54
glebm has joined #ruby-lang
03:56
vikhyat has joined #ruby-lang
03:56
flip_digits has quit [Remote host closed the connection]
03:58
malev has quit [Quit: Leaving]
04:01
henrikhodne has joined #ruby-lang
04:03
duphus has joined #ruby-lang
04:04
nathanstitt has quit [Quit: I growing sleepy]
04:07
henrikhodne has quit [Ping timeout: 240 seconds]
04:07
wallerdev has quit [Quit: wallerdev]
04:12
shinh has quit [Quit: Tiarra 0.1+svn-35634: SIGINT received; exit]
04:12
shinh has joined #ruby-lang
04:12
<
iliketurtles >
i want to repeat a string "string" to make it a certain length. the length might not make the string repeat perfectly, ie, "stringstri" how can I accomplish this?
04:21
saarinen has joined #ruby-lang
04:23
<
postmodern >
iliketurtles, you will want to calculate how many times "string".length fits into your desired length, then calculate the remainder
04:23
havenwood has quit [Remote host closed the connection]
04:23
<
postmodern >
iliketurtles, (str * n) + s[0,remainder]
04:24
havenwood has joined #ruby-lang
04:24
<
postmodern >
iliketurtles, in Ruby the % operator calculates the modulus between two numbers
04:24
<
iliketurtles >
postmodern: i went with this solution
04:24
<
iliketurtles >
>> 'string'.split('').cycle.take(9).join
04:24
<
iliketurtles >
>> 'string'.split('').cycle.take(9).join
04:25
<
postmodern >
iliketurtles, i suggest using .chars instead of split('')
04:26
<
iliketurtles >
>> 'string'.chars.cycle.take(9).join
04:26
<
iliketurtles >
nice, why
04:26
<
Nilium >
Why is it better to use chars instead of doing a split function that has to iterate over each character and decide if it splits?
04:27
<
iliketurtles >
good question ^
04:27
<
postmodern >
.chars returns an Enumerator
04:27
<
postmodern >
which will walk the string, yielding each char
04:27
<
Nilium >
I'm trying to rephrase your 'why' not asking a question myself
04:27
<
Nilium >
Just so that's clear
04:28
<
iliketurtles >
yes i understand
04:28
havenwood has quit [Ping timeout: 256 seconds]
04:28
<
iliketurtles >
chars == beter
04:28
<
iliketurtles >
better too
04:29
<
Nilium >
Note to self: set my toenails on fair
04:29
<
Nilium >
Holy cow I must be more tired than I thought
04:33
dhruvasagar has joined #ruby-lang
04:36
jsullivandigs has quit [Remote host closed the connection]
04:37
jsullivandigs has joined #ruby-lang
04:38
ilyam has joined #ruby-lang
04:38
mdedetrich has joined #ruby-lang
04:41
jsullivandigs has quit [Ping timeout: 240 seconds]
04:41
vikhyat_ has joined #ruby-lang
04:41
vikhyat has quit [Ping timeout: 256 seconds]
04:46
dhruvasagar has quit [Ping timeout: 240 seconds]
04:51
gja has joined #ruby-lang
04:51
gja has joined #ruby-lang
04:51
gja has quit [Changing host]
04:54
fosky has quit [Ping timeout: 246 seconds]
04:59
jsullivandigs has joined #ruby-lang
05:00
mdedetrich has quit [Quit: Computer has gone to sleep.]
05:03
bzalasky has joined #ruby-lang
05:03
mdedetrich has joined #ruby-lang
05:05
mdedetrich has quit [Client Quit]
05:05
bzalasky has quit [Remote host closed the connection]
05:06
mdedetrich has joined #ruby-lang
05:20
ilyam has quit [Quit: ilyam]
05:26
mistym has joined #ruby-lang
05:31
iliketurtles has quit [Quit: zzzzz…..]
05:33
iliketurtles has joined #ruby-lang
05:34
xuser has quit [Quit: leaving]
05:36
lnormous has quit [Ping timeout: 240 seconds]
05:38
tomzx_mac has quit [Ping timeout: 246 seconds]
05:38
Artheist has quit [Remote host closed the connection]
05:39
tomzx_mac has joined #ruby-lang
05:39
_jpb_ has joined #ruby-lang
05:40
duphus has quit [Read error: Connection reset by peer]
05:40
duphus has joined #ruby-lang
05:42
GaelanAintAround is now known as Gaelan
05:46
platoscave has quit [Ping timeout: 240 seconds]
05:53
platoscave has joined #ruby-lang
05:53
platoscave has quit [Max SendQ exceeded]
05:54
_jpb_ has quit [Quit: Lost terminal]
05:54
platoscave has joined #ruby-lang
05:54
platoscave has quit [Max SendQ exceeded]
05:55
platoscave has joined #ruby-lang
05:55
platoscave has quit [Max SendQ exceeded]
05:56
platoscave has joined #ruby-lang
05:56
platoscave has quit [Max SendQ exceeded]
05:57
platoscave has joined #ruby-lang
05:57
platoscave has quit [Max SendQ exceeded]
05:58
platoscave has joined #ruby-lang
06:00
mdedetrich has quit [Quit: Computer has gone to sleep.]
06:06
bzalasky has joined #ruby-lang
06:07
jsullivandigs has quit [Remote host closed the connection]
06:17
Gaelan is now known as GaelanAintAround
06:17
rue has quit [Remote host closed the connection]
06:18
rue has joined #ruby-lang
06:18
gjaldon has joined #ruby-lang
06:22
gja has quit [Quit: This computer has gone to sleep]
06:23
mistym has quit [Remote host closed the connection]
06:24
GeissT has joined #ruby-lang
06:28
GaelanAintAround is now known as Gaelan
06:31
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
06:32
bzalasky has quit [Remote host closed the connection]
06:32
arooni-mobile has quit [Ping timeout: 246 seconds]
06:33
shinnya has quit [Ping timeout: 268 seconds]
06:36
brianpWins has joined #ruby-lang
06:43
tkuchiki has quit [Remote host closed the connection]
06:44
tkuchiki has joined #ruby-lang
06:48
tkuchiki has quit [Ping timeout: 240 seconds]
06:51
mistym has joined #ruby-lang
06:57
jsullivandigs has joined #ruby-lang
06:58
saarinen has quit [Quit: saarinen]
06:59
iliketurtles has quit [Quit: zzzzz…..]
07:08
tomzx_mac has quit [Ping timeout: 240 seconds]
07:11
Gaelan is now known as GaelanAintAround
07:16
Mon_Ouie has joined #ruby-lang
07:16
Mon_Ouie has quit [Changing host]
07:16
Mon_Ouie has joined #ruby-lang
07:21
hahuang65 has joined #ruby-lang
07:28
majjoha has joined #ruby-lang
07:33
majjoha has quit [Ping timeout: 268 seconds]
07:39
mdedetrich has joined #ruby-lang
07:40
mdedetrich has quit [Remote host closed the connection]
07:46
vikhyat_ has quit [Remote host closed the connection]
07:47
mistym has quit [Remote host closed the connection]
07:49
tbuehlmann has joined #ruby-lang
07:56
marr has joined #ruby-lang
07:56
mdedetrich has joined #ruby-lang
07:58
jsullivandigs has quit [Remote host closed the connection]
07:59
jsullivandigs has joined #ruby-lang
08:00
Cakey has quit [Ping timeout: 240 seconds]
08:01
vikhyat has joined #ruby-lang
08:02
Cakey has joined #ruby-lang
08:03
mdedetrich has quit [Quit: Computer has gone to sleep.]
08:03
jsullivandigs has quit [Ping timeout: 240 seconds]
08:06
mdedetrich has joined #ruby-lang
08:07
mdedetrich has quit [Client Quit]
08:11
sstrickl has quit [Quit: sstrickl]
08:19
workmad3 has joined #ruby-lang
08:21
dLog has joined #ruby-lang
08:22
meise has joined #ruby-lang
08:22
setmeaway2 has joined #ruby-lang
08:24
weeb1e_ has joined #ruby-lang
08:24
lucas_ has joined #ruby-lang
08:25
Karql has joined #ruby-lang
08:25
freedrul1 has joined #ruby-lang
08:26
DEac-_ has joined #ruby-lang
08:27
ericwood_ has joined #ruby-lang
08:29
platoscave has quit [Ping timeout: 246 seconds]
08:30
mihar_ has joined #ruby-lang
08:30
weeb1e has quit [*.net *.split]
08:30
zz_Gaelan has quit [*.net *.split]
08:30
jaimef has quit [*.net *.split]
08:30
setmeaway has quit [*.net *.split]
08:30
adwhit has quit [*.net *.split]
08:30
dabradley has quit [*.net *.split]
08:30
Karql_ has quit [*.net *.split]
08:30
mihar has quit [*.net *.split]
08:30
DEac- has quit [*.net *.split]
08:30
bnagy has quit [*.net *.split]
08:30
djinni` has quit [*.net *.split]
08:30
sn0wb1rdz has quit [*.net *.split]
08:30
oddmunds has quit [*.net *.split]
08:30
ericwood has quit [*.net *.split]
08:30
freedrull has quit [*.net *.split]
08:30
dLog_ has quit [*.net *.split]
08:30
lucas has quit [*.net *.split]
08:30
tylergillies has quit [*.net *.split]
08:30
meise_ has quit [*.net *.split]
08:30
grandy has quit [*.net *.split]
08:30
ddfreyne has quit [*.net *.split]
08:30
sn0wb1rdz_ has joined #ruby-lang
08:30
djinni` has joined #ruby-lang
08:31
bnagy has joined #ruby-lang
08:32
matled- has joined #ruby-lang
08:33
platoscave has joined #ruby-lang
08:33
platoscave has quit [Max SendQ exceeded]
08:34
lguardiola_ has joined #ruby-lang
08:34
platoscave has joined #ruby-lang
08:34
platoscave has quit [Max SendQ exceeded]
08:35
freedrull has joined #ruby-lang
08:35
fess has joined #ruby-lang
08:35
jaimef has joined #ruby-lang
08:35
eban1 has joined #ruby-lang
08:35
yibe_ has joined #ruby-lang
08:35
brownies has quit [Ping timeout: 246 seconds]
08:35
dominikh has quit [Ping timeout: 246 seconds]
08:36
tallship_ has joined #ruby-lang
08:36
duphus has quit [Quit: Leaving.]
08:36
oddmunds has joined #ruby-lang
08:36
workmad3 has quit [Ping timeout: 268 seconds]
08:36
wang_ has joined #ruby-lang
08:36
dominikh has joined #ruby-lang
08:37
bryno has joined #ruby-lang
08:37
adwhit has joined #ruby-lang
08:37
zmike has joined #ruby-lang
08:38
dabradley has joined #ruby-lang
08:38
dumfries_ has joined #ruby-lang
08:38
platoscave has joined #ruby-lang
08:38
platoscave has quit [Max SendQ exceeded]
08:38
northelks has quit [Ping timeout: 264 seconds]
08:38
ffio_ has joined #ruby-lang
08:38
ddfreyne has joined #ruby-lang
08:38
ffio has quit [Read error: Connection reset by peer]
08:39
tylergillies has joined #ruby-lang
08:39
hagebake has joined #ruby-lang
08:39
brownies has joined #ruby-lang
08:39
brownies has joined #ruby-lang
08:39
brownies has quit [Changing host]
08:39
platoscave has joined #ruby-lang
08:40
platoscave has quit [Max SendQ exceeded]
08:40
danrabinowitz_ has joined #ruby-lang
08:41
platoscave has joined #ruby-lang
08:41
Silex^^ has joined #ruby-lang
08:41
platoscave has quit [Max SendQ exceeded]
08:41
chris2_ has joined #ruby-lang
08:42
babinho has joined #ruby-lang
08:42
platoscave has joined #ruby-lang
08:42
platoscave has quit [Max SendQ exceeded]
08:44
faces has joined #ruby-lang
08:44
platoscave has joined #ruby-lang
08:44
platoscave has quit [Max SendQ exceeded]
08:44
io_syl has quit [Quit: io_syl]
08:45
face has quit [Ping timeout: 256 seconds]
08:45
fumduq- has joined #ruby-lang
08:45
platoscave has joined #ruby-lang
08:45
platoscave has quit [Max SendQ exceeded]
08:45
musl_ has joined #ruby-lang
08:46
freedrul1 has quit [*.net *.split]
08:46
firstdayonthejob has quit [*.net *.split]
08:46
yibe has quit [*.net *.split]
08:46
andrewvos has quit [*.net *.split]
08:46
joast has quit [*.net *.split]
08:46
wang has quit [*.net *.split]
08:46
bri has quit [*.net *.split]
08:46
eban has quit [*.net *.split]
08:46
danrabinowitz has quit [*.net *.split]
08:46
fumduq has quit [*.net *.split]
08:46
chris2 has quit [*.net *.split]
08:46
Silex has quit [*.net *.split]
08:46
blowmage has quit [*.net *.split]
08:46
babinho_ has quit [*.net *.split]
08:46
matled has quit [*.net *.split]
08:46
musl has quit [*.net *.split]
08:46
hagabaka has quit [*.net *.split]
08:46
tallship has quit [*.net *.split]
08:46
dumfries has quit [*.net *.split]
08:46
wycats_ has quit [*.net *.split]
08:46
akahn has quit [*.net *.split]
08:46
lguardiola has quit [*.net *.split]
08:46
ffio has joined #ruby-lang
08:46
Asher1 has joined #ruby-lang
08:46
andrewvos has joined #ruby-lang
08:47
soahccc_ has joined #ruby-lang
08:47
nazty has joined #ruby-lang
08:47
wycats_ has joined #ruby-lang
08:47
freedrul1 has joined #ruby-lang
08:48
weeb1e has joined #ruby-lang
08:49
matled has joined #ruby-lang
08:49
blowmage has joined #ruby-lang
08:49
platoscave has joined #ruby-lang
08:49
joast has joined #ruby-lang
08:49
danrabinowitz has joined #ruby-lang
08:49
marr123 has joined #ruby-lang
08:49
wang has joined #ruby-lang
08:49
hagabaka has joined #ruby-lang
08:50
apeiros has quit [Remote host closed the connection]
08:50
babinho_ has joined #ruby-lang
08:50
apeiros has joined #ruby-lang
08:50
PaulePan1er has joined #ruby-lang
08:51
nignaztic has quit [Ping timeout: 276 seconds]
08:51
tylergillies_ has joined #ruby-lang
08:52
platoscave has quit [Max SendQ exceeded]
08:53
x0f_ has joined #ruby-lang
08:54
intellitech_ has joined #ruby-lang
08:54
intellitech_ has quit [Changing host]
08:54
intellitech_ has joined #ruby-lang
08:54
danrabinowitz_ has quit [*.net *.split]
08:54
babinho has quit [*.net *.split]
08:54
tylergillies has quit [*.net *.split]
08:54
hagebake has quit [*.net *.split]
08:54
ffio_ has quit [*.net *.split]
08:54
matled- has quit [*.net *.split]
08:54
wang_ has quit [*.net *.split]
08:54
tallship_ has quit [*.net *.split]
08:54
freedrull has quit [*.net *.split]
08:54
weeb1e_ has quit [*.net *.split]
08:54
marr has quit [*.net *.split]
08:54
soahccc has quit [*.net *.split]
08:54
intellitech has quit [*.net *.split]
08:54
x0f has quit [*.net *.split]
08:54
dRbiG has quit [*.net *.split]
08:54
Asher has quit [*.net *.split]
08:54
PaulePanter has quit [*.net *.split]
08:54
Phoop has quit [*.net *.split]
08:55
intellitech_ is now known as intellitech
08:55
dRbiG has joined #ruby-lang
08:55
GeissT has quit [Read error: Connection reset by peer]
08:55
matled- has joined #ruby-lang
08:56
GeissT has joined #ruby-lang
09:02
ecnalyr has quit [*.net *.split]
09:02
ioga_wrk has quit [*.net *.split]
09:02
kke has quit [*.net *.split]
09:02
jayne has quit [*.net *.split]
09:02
sluukkonen has quit [*.net *.split]
09:02
UziMonkey___ has quit [*.net *.split]
09:02
imajes has quit [*.net *.split]
09:02
yeltzooo has quit [*.net *.split]
09:02
apeiros has quit [*.net *.split]
09:02
joast has quit [*.net *.split]
09:02
matled has quit [*.net *.split]
09:02
blowmage has quit [*.net *.split]
09:02
KillerFox has quit [*.net *.split]
09:02
KU0N has quit [*.net *.split]
09:02
kuja has quit [*.net *.split]
09:02
mbr has quit [*.net *.split]
09:02
thang has quit [*.net *.split]
09:02
wudofyr___ has quit [*.net *.split]
09:02
FastJack has quit [*.net *.split]
09:02
fallenhitokiri has quit [*.net *.split]
09:02
felipe has quit [*.net *.split]
09:02
_dumfries has quit [*.net *.split]
09:02
doki_pen_ has quit [*.net *.split]
09:02
t_ has quit [*.net *.split]
09:02
ddd__ has quit [*.net *.split]
09:02
Guu has quit [*.net *.split]
09:02
a3li has quit [*.net *.split]
09:02
mame3 has quit [*.net *.split]
09:02
Kabaka has quit [*.net *.split]
09:02
ddfreyne has quit [*.net *.split]
09:02
lele has quit [*.net *.split]
09:02
gnufied has quit [*.net *.split]
09:02
EvilAww has quit [*.net *.split]
09:02
GarethAdams has quit [*.net *.split]
09:02
hackeron has quit [*.net *.split]
09:02
matthewd has quit [*.net *.split]
09:02
anekos has quit [*.net *.split]
09:02
beawesomeinstead has quit [*.net *.split]
09:02
segy has quit [*.net *.split]
09:02
sonne has quit [*.net *.split]
09:02
ndrst has quit [*.net *.split]
09:02
spuk has quit [*.net *.split]
09:02
zz_jus has quit [*.net *.split]
09:02
kirin` has quit [*.net *.split]
09:02
achiu2 has quit [*.net *.split]
09:02
Bwild has quit [*.net *.split]
09:02
Olipro has quit [*.net *.split]
09:02
franckverrot has quit [*.net *.split]
09:02
kith has quit [*.net *.split]
09:02
tommylommykins has quit [*.net *.split]
09:02
naquad has quit [*.net *.split]
09:02
dvorak has quit [*.net *.split]
09:02
manveru has quit [*.net *.split]
09:02
erikh has quit [*.net *.split]
09:02
lk has quit [*.net *.split]
09:02
Avatar[01] has quit [*.net *.split]
09:02
kalleth has quit [*.net *.split]
09:02
justinmcp has quit [*.net *.split]
09:02
gianlucadv has quit [*.net *.split]
09:02
thyagobr has quit [*.net *.split]
09:02
zzak has quit [*.net *.split]
09:02
DefV has quit [*.net *.split]
09:02
whitequark has quit [*.net *.split]
09:02
znz_jp has quit [*.net *.split]
09:02
athetius has quit [*.net *.split]
09:02
_ko10 has quit [*.net *.split]
09:02
mahlon has quit [*.net *.split]
09:02
tonni has quit [*.net *.split]
09:02
xsdg has quit [*.net *.split]
09:02
brixen has quit [*.net *.split]
09:02
melter has quit [*.net *.split]
09:02
Joni_79 has quit [*.net *.split]
09:02
darix has quit [*.net *.split]
09:02
nick_h has quit [*.net *.split]
09:02
rheddry has quit [*.net *.split]
09:02
heftig has quit [*.net *.split]
09:02
soraher has quit [*.net *.split]
09:02
eam has quit [*.net *.split]
09:02
corundum has quit [*.net *.split]
09:02
amateurhuman_ has quit [*.net *.split]
09:02
Nilium has quit [*.net *.split]
09:02
drakkhen_ has quit [*.net *.split]
09:02
lupine has quit [*.net *.split]
09:02
dRbiG has quit [*.net *.split]
09:02
tylergillies_ has quit [*.net *.split]
09:02
x0f_ has quit [*.net *.split]
09:02
lguardiola_ has quit [*.net *.split]
09:02
sn0wb1rdz_ has quit [*.net *.split]
09:02
DEac-_ has quit [*.net *.split]
09:02
Karql has quit [*.net *.split]
09:02
lucas_ has quit [*.net *.split]
09:02
hahuang65 has quit [*.net *.split]
09:02
kvs has quit [*.net *.split]
09:02
robbyoconnor has quit [*.net *.split]
09:02
skinny_much_ has quit [*.net *.split]
09:02
killthe|afk has quit [*.net *.split]
09:02
zavier has quit [*.net *.split]
09:02
FiXato has quit [*.net *.split]
09:02
yorickpeterse has quit [*.net *.split]
09:02
isomorphismes has quit [*.net *.split]
09:02
t0h has quit [*.net *.split]
09:02
igalic has quit [*.net *.split]
09:02
drbrain has quit [*.net *.split]
09:02
snk has quit [*.net *.split]
09:02
gix- has quit [*.net *.split]
09:02
ryanf has quit [*.net *.split]
09:02
wasnotrice has quit [*.net *.split]
09:02
knu has quit [*.net *.split]
09:02
supyo has quit [*.net *.split]
09:02
pbjorklund has quit [*.net *.split]
09:02
EvilJStoker_ has quit [*.net *.split]
09:02
egypt has quit [*.net *.split]
09:02
Caius has quit [*.net *.split]
09:02
freedrul1 has quit [*.net *.split]
09:02
weeb1e has quit [*.net *.split]
09:02
andrewvos has quit [*.net *.split]
09:02
musl_ has quit [*.net *.split]
09:02
zmike has quit [*.net *.split]
09:02
bryno has quit [*.net *.split]
09:02
meise has quit [*.net *.split]
09:02
brianpWins has quit [*.net *.split]
09:02
shinh has quit [*.net *.split]
09:02
braidn has quit [*.net *.split]
09:02
Guest62459 has quit [*.net *.split]
09:02
s0ber has quit [*.net *.split]
09:02
joevandyk has quit [*.net *.split]
09:02
go|dfish has quit [*.net *.split]
09:02
ozzloy has quit [*.net *.split]
09:02
spike|spiegel has quit [*.net *.split]
09:02
spectra- has quit [*.net *.split]
09:02
flori has quit [*.net *.split]
09:02
rtl has quit [*.net *.split]
09:02
conceal_rs_____0 has quit [*.net *.split]
09:02
dbussink has quit [*.net *.split]
09:02
ged has quit [*.net *.split]
09:02
Muz has quit [*.net *.split]
09:02
jacknagel has quit [*.net *.split]
09:02
crankharder has quit [*.net *.split]
09:02
eval-in has quit [*.net *.split]
09:02
ryez has quit [*.net *.split]
09:02
babinho_ has quit [*.net *.split]
09:02
danrabinowitz has quit [*.net *.split]
09:02
nazty has quit [*.net *.split]
09:02
wycats_ has quit [*.net *.split]
09:02
fumduq- has quit [*.net *.split]
09:02
chris2_ has quit [*.net *.split]
09:02
dominikh has quit [*.net *.split]
09:02
eban1 has quit [*.net *.split]
09:02
jaimef has quit [*.net *.split]
09:02
vikhyat has quit [*.net *.split]
09:02
dLog has quit [*.net *.split]
09:02
zomgbie has quit [*.net *.split]
09:02
hakunin has quit [*.net *.split]
09:02
ahf has quit [*.net *.split]
09:02
Xzyx987X has quit [*.net *.split]
09:02
vbatts has quit [*.net *.split]
09:02
canton7 has quit [*.net *.split]
09:02
jwollert has quit [*.net *.split]
09:02
khaase_ has quit [*.net *.split]
09:02
vivekrai has quit [*.net *.split]
09:02
jsaak has quit [*.net *.split]
09:02
nrk has quit [*.net *.split]
09:02
swav has quit [*.net *.split]
09:02
netShadow has quit [*.net *.split]
09:02
erichmenge has quit [*.net *.split]
09:03
pabs has quit [*.net *.split]
09:03
badeball has quit [*.net *.split]
09:03
hachiya has quit [*.net *.split]
09:03
slightair_ has quit [*.net *.split]
09:03
coffeejunk has quit [*.net *.split]
09:03
fbernier has quit [*.net *.split]
09:03
bcardarella has quit [*.net *.split]
09:03
tdy has quit [*.net *.split]
09:03
mclee has quit [*.net *.split]
09:03
LanceHaig has quit [*.net *.split]
09:03
neurodamage has quit [*.net *.split]
09:03
rondale_sc has quit [*.net *.split]
09:03
jstemmer has quit [*.net *.split]
09:03
samuelkadolph has quit [*.net *.split]
09:03
Mellett68 has quit [*.net *.split]
09:03
Kero has quit [*.net *.split]
09:03
lianj has quit [*.net *.split]
09:03
Kuukunen- has quit [*.net *.split]
09:03
smull_ has quit [*.net *.split]
09:03
TheMoonMaster has quit [*.net *.split]
09:03
nikky has quit [*.net *.split]
09:03
bryanl has quit [*.net *.split]
09:03
Silex^^ has quit [*.net *.split]
09:03
dabradley has quit [*.net *.split]
09:03
djinni` has quit [*.net *.split]
09:03
ericwood_ has quit [*.net *.split]
09:03
setmeaway2 has quit [*.net *.split]
09:03
tbuehlmann has quit [*.net *.split]
09:03
Cakey has quit [*.net *.split]
09:03
glebm has quit [*.net *.split]
09:03
retro|cz has quit [*.net *.split]
09:03
rails_smith has quit [*.net *.split]
09:03
Rubennn has quit [*.net *.split]
09:03
perry has quit [*.net *.split]
09:03
jarib has quit [*.net *.split]
09:03
jinie has quit [*.net *.split]
09:03
jwollert- has quit [*.net *.split]
09:03
rebelcan has quit [*.net *.split]
09:03
wnd has quit [*.net *.split]
09:03
maloik has quit [*.net *.split]
09:03
cout has quit [*.net *.split]
09:03
Guest30040 has quit [*.net *.split]
09:03
kennyvb has quit [*.net *.split]
09:03
wang has quit [*.net *.split]
09:03
soahccc_ has quit [*.net *.split]
09:03
Asher1 has quit [*.net *.split]
09:03
ffio has quit [*.net *.split]
09:03
faces has quit [*.net *.split]
09:03
brownies has quit [*.net *.split]
09:03
dumfries_ has quit [*.net *.split]
09:03
yibe_ has quit [*.net *.split]
09:03
mihar_ has quit [*.net *.split]
09:03
agile has quit [*.net *.split]
09:03
Voker57 has quit [*.net *.split]
09:03
postmodern has quit [*.net *.split]
09:03
hinbody has quit [*.net *.split]
09:03
rsl has quit [*.net *.split]
09:03
mantono has quit [*.net *.split]
09:03
rsync has quit [*.net *.split]
09:03
bougyman has quit [*.net *.split]
09:03
GaelanAintAround has quit [*.net *.split]
09:03
matti has quit [*.net *.split]
09:03
ruskie has quit [*.net *.split]
09:03
davidbalbert has quit [*.net *.split]
09:03
shaman42 has quit [*.net *.split]
09:03
TTilus has quit [*.net *.split]
09:03
Quatrerwin has quit [*.net *.split]
09:03
yellow5_ has quit [*.net *.split]
09:03
GeissT has quit [*.net *.split]
09:03
PaulePan1er has quit [*.net *.split]
09:03
marr123 has quit [*.net *.split]
09:03
hagabaka has quit [*.net *.split]
09:03
adwhit has quit [*.net *.split]
09:03
oddmunds has quit [*.net *.split]
09:03
Mon_Ouie has quit [*.net *.split]
09:03
rue has quit [*.net *.split]
09:03
ledestin has quit [*.net *.split]
09:03
jxie has quit [*.net *.split]
09:03
cschneid has quit [*.net *.split]
09:03
Y_Ichiro has quit [*.net *.split]
09:03
jmeeuwen has quit [*.net *.split]
09:03
threedaymonk has quit [*.net *.split]
09:03
Paradox has quit [*.net *.split]
09:03
ammar_ has quit [*.net *.split]
09:03
PantsMeh has quit [*.net *.split]
09:03
duckinator has quit [*.net *.split]
09:03
FlyingLeap has quit [*.net *.split]
09:03
Guest65665 has quit [*.net *.split]
09:03
joschi has quit [*.net *.split]
09:03
priodev has quit [*.net *.split]
09:03
linc01n has quit [*.net *.split]
09:03
ohsix has quit [*.net *.split]
09:03
matled- has quit [*.net *.split]
09:03
intellitech has quit [*.net *.split]
09:03
fess has quit [*.net *.split]
09:03
bnagy has quit [*.net *.split]
09:03
gjaldon has quit [*.net *.split]
09:03
Nisstyre has quit [*.net *.split]
09:03
zenspider has quit [*.net *.split]
09:03
jbsan has quit [*.net *.split]
09:03
PacketMonkey has quit [*.net *.split]
09:03
phracker has quit [*.net *.split]
09:03
Boohbah has quit [*.net *.split]
09:03
scottschecter has quit [*.net *.split]
09:03
shtirlic has quit [*.net *.split]
09:03
sindork has quit [*.net *.split]
09:03
levicole has quit [*.net *.split]
09:03
Cremno has quit [*.net *.split]
09:03
xxaM has quit [*.net *.split]
09:03
chendo has quit [*.net *.split]
09:03
closer has quit [*.net *.split]
09:11
ffio_ has joined #ruby-lang
09:11
yeltzooo has joined #ruby-lang
09:11
northelks has joined #ruby-lang
09:11
closer has joined #ruby-lang
09:11
levicole has joined #ruby-lang
09:11
shtirlic has joined #ruby-lang
09:11
Cremno has joined #ruby-lang
09:11
matti has joined #ruby-lang
09:11
Guest65665 has joined #ruby-lang
09:11
Paradox has joined #ruby-lang
09:11
sindork has joined #ruby-lang
09:11
priodev has joined #ruby-lang
09:11
jmeeuwen has joined #ruby-lang
09:11
Boohbah has joined #ruby-lang
09:11
bougyman has joined #ruby-lang
09:11
threedaymonk has joined #ruby-lang
09:11
PantsMeh has joined #ruby-lang
09:11
rsl has joined #ruby-lang
09:11
ecnalyr has joined #ruby-lang
09:11
phracker has joined #ruby-lang
09:11
jxie has joined #ruby-lang
09:11
joschi has joined #ruby-lang
09:11
ohsix has joined #ruby-lang
09:11
ammar_ has joined #ruby-lang
09:11
FlyingLeap has joined #ruby-lang
09:11
Voker57 has joined #ruby-lang
09:11
xxaM has joined #ruby-lang
09:11
chendo has joined #ruby-lang
09:11
oddmunds has joined #ruby-lang
09:11
fess has joined #ruby-lang
09:11
TTilus has joined #ruby-lang
09:11
PacketMonkey has joined #ruby-lang
09:11
UziMonkey___ has joined #ruby-lang
09:11
dumfries_ has joined #ruby-lang
09:11
mantono has joined #ruby-lang
09:11
rue has joined #ruby-lang
09:11
bnagy has joined #ruby-lang
09:11
PaulePanter has joined #ruby-lang
09:11
scottschecter has joined #ruby-lang
09:11
ledestin has joined #ruby-lang
09:11
Nisstyre has joined #ruby-lang
09:11
wang has joined #ruby-lang
09:11
soahccc_ has joined #ruby-lang
09:11
Phoop has joined #ruby-lang
09:11
sluukkonen1 has joined #ruby-lang
09:11
blowmage` has joined #ruby-lang
09:11
hagabaka has joined #ruby-lang
09:11
cschneid has joined #ruby-lang
09:11
linc01n has joined #ruby-lang
09:11
imajes has joined #ruby-lang
09:11
ruskie has joined #ruby-lang
09:11
faces has joined #ruby-lang
09:11
intellitech has joined #ruby-lang
09:11
nazty has joined #ruby-lang
09:11
rsync has joined #ruby-lang
09:11
Mon_Ouie has joined #ruby-lang
09:11
GaelanAintAround has joined #ruby-lang
09:11
dRbiG has joined #ruby-lang
09:11
danrabinowitz has joined #ruby-lang
09:11
agile has joined #ruby-lang
09:11
weeb1e has joined #ruby-lang
09:11
lguardiola_ has joined #ruby-lang
09:11
jaimef has joined #ruby-lang
09:11
dabradley has joined #ruby-lang
09:11
chris2_ has joined #ruby-lang
09:11
ioga_wrk has joined #ruby-lang
09:11
musl_ has joined #ruby-lang
09:11
fumduq- has joined #ruby-lang
09:11
bryno has joined #ruby-lang
09:11
jayne_ has joined #ruby-lang
09:11
Asher1 has joined #ruby-lang
09:11
kke_ has joined #ruby-lang
09:11
yibe_ has joined #ruby-lang
09:11
lucas_ has joined #ruby-lang
09:11
tallship_ has joined #ruby-lang
09:11
zenspider has joined #ruby-lang
09:11
davidbalbert has joined #ruby-lang
09:11
setmeaway2 has joined #ruby-lang
09:11
mihar_ has joined #ruby-lang
09:11
tkuchiki has joined #ruby-lang
09:11
adwhit has joined #ruby-lang
09:11
tylergillies_ has joined #ruby-lang
09:11
Silex^^ has joined #ruby-lang
09:11
brianpWins has joined #ruby-lang
09:11
vlad_starkov has joined #ruby-lang
09:11
postmodern has joined #ruby-lang
09:11
Quatrerwin has joined #ruby-lang
09:11
KU0N has joined #ruby-lang
09:11
hinbody has joined #ruby-lang
09:11
freedrul1 has joined #ruby-lang
09:11
duckinator has joined #ruby-lang
09:11
marr123 has joined #ruby-lang
09:11
rails_smith has joined #ruby-lang
09:11
KillerFox has joined #ruby-lang
09:11
kvs has joined #ruby-lang
09:11
andrewvos has joined #ruby-lang
09:11
Xzyx987X has joined #ruby-lang
09:11
shaman42 has joined #ruby-lang
09:11
tbuehlmann has joined #ruby-lang
09:11
braidn has joined #ruby-lang
09:11
DEac-_ has joined #ruby-lang
09:11
swav has joined #ruby-lang
09:11
Guest62459 has joined #ruby-lang
09:11
sn0wb1rdz_ has joined #ruby-lang
09:11
dLog has joined #ruby-lang
09:11
melter has joined #ruby-lang
09:11
shinh has joined #ruby-lang
09:11
eban1 has joined #ruby-lang
09:11
thyagobr has joined #ruby-lang
09:11
djinni` has joined #ruby-lang
09:11
ndrst has joined #ruby-lang
09:11
GeissT has joined #ruby-lang
09:11
Y_Ichiro has joined #ruby-lang
09:11
jbsan has joined #ruby-lang
09:11
hakunin has joined #ruby-lang
09:11
x0f_ has joined #ruby-lang
09:11
brownies has joined #ruby-lang
09:11
zomgbie has joined #ruby-lang
09:11
retro|cz has joined #ruby-lang
09:11
ddfreyne has joined #ruby-lang
09:11
robbyoconnor has joined #ruby-lang
09:11
ahf has joined #ruby-lang
09:11
apeiros_ has joined #ruby-lang
09:11
zmike has joined #ruby-lang
09:11
wycats_ has joined #ruby-lang
09:11
hahuang65 has joined #ruby-lang
09:11
netShadow has joined #ruby-lang
09:11
dominikh has joined #ruby-lang
09:11
yellow5_ has joined #ruby-lang
09:11
babinho_ has joined #ruby-lang
09:11
vikhyat has joined #ruby-lang
09:11
Karql has joined #ruby-lang
09:11
matled has joined #ruby-lang
09:11
zz_jus has joined #ruby-lang
09:11
gjaldon has joined #ruby-lang
09:11
ericwood_ has joined #ruby-lang
09:11
glebm has joined #ruby-lang
09:11
meise has joined #ruby-lang
09:11
killthe|afk has joined #ruby-lang
09:11
erichmenge has joined #ruby-lang
09:11
soraher has joined #ruby-lang
09:11
zzak has joined #ruby-lang
09:11
zavier has joined #ruby-lang
09:11
brixen has joined #ruby-lang
09:11
vivekrai has joined #ruby-lang
09:11
kuja has joined #ruby-lang
09:11
xsdg has joined #ruby-lang
09:11
FiXato has joined #ruby-lang
09:11
kith has joined #ruby-lang
09:11
EvilAww has joined #ruby-lang
09:11
achiu2 has joined #ruby-lang
09:11
tonni has joined #ruby-lang
09:11
rheddry has joined #ruby-lang
09:11
drbrain has joined #ruby-lang
09:11
ozzloy has joined #ruby-lang
09:11
vbatts has joined #ruby-lang
09:11
jsaak has joined #ruby-lang
09:11
eam has joined #ruby-lang
09:11
slightair_ has joined #ruby-lang
09:11
lele has joined #ruby-lang
09:11
spike|spiegel has joined #ruby-lang
09:11
ryanf has joined #ruby-lang
09:11
manveru has joined #ruby-lang
09:11
drakkhen_ has joined #ruby-lang
09:11
lupine has joined #ruby-lang
09:11
dvorak has joined #ruby-lang
09:11
flori has joined #ruby-lang
09:11
Joni_79 has joined #ruby-lang
09:11
egypt has joined #ruby-lang
09:11
erikh has joined #ruby-lang
09:11
wasnotrice has joined #ruby-lang
09:11
justinmcp has joined #ruby-lang
09:11
canton7 has joined #ruby-lang
09:11
_ko10 has joined #ruby-lang
09:11
pabs has joined #ruby-lang
09:11
heftig has joined #ruby-lang
09:11
beawesomeinstead has joined #ruby-lang
09:11
yorickpeterse has joined #ruby-lang
09:11
jinie has joined #ruby-lang
09:11
znz_jp has joined #ruby-lang
09:11
pbjorklund has joined #ruby-lang
09:11
jarib has joined #ruby-lang
09:11
jwollert has joined #ruby-lang
09:11
isomorphismes has joined #ruby-lang
09:11
athetius has joined #ruby-lang
09:11
DefV has joined #ruby-lang
09:11
hackeron has joined #ruby-lang
09:11
ryez has joined #ruby-lang
09:11
Kero has joined #ruby-lang
09:11
Rubennn has joined #ruby-lang
09:11
lk has joined #ruby-lang
09:11
gix- has joined #ruby-lang
09:11
gnufied has joined #ruby-lang
09:11
badeball has joined #ruby-lang
09:11
Avatar[01] has joined #ruby-lang
09:11
tommylommykins has joined #ruby-lang
09:11
perry has joined #ruby-lang
09:11
darix has joined #ruby-lang
09:11
gianlucadv has joined #ruby-lang
09:11
t0h has joined #ruby-lang
09:11
supyo has joined #ruby-lang
09:11
Kabaka has joined #ruby-lang
09:11
LanceHaig has joined #ruby-lang
09:11
fallenhitokiri has joined #ruby-lang
09:11
felipe has joined #ruby-lang
09:11
naquad has joined #ruby-lang
09:11
matthewd has joined #ruby-lang
09:11
Nilium has joined #ruby-lang
09:11
FastJack has joined #ruby-lang
09:11
Bwild has joined #ruby-lang
09:11
corundum has joined #ruby-lang
09:11
amateurhuman_ has joined #ruby-lang
09:11
conceal_rs_____0 has joined #ruby-lang
09:11
go|dfish has joined #ruby-lang
09:11
thang has joined #ruby-lang
09:11
igalic has joined #ruby-lang
09:11
mahlon has joined #ruby-lang
09:11
kalleth has joined #ruby-lang
09:11
snk has joined #ruby-lang
09:11
spectra- has joined #ruby-lang
09:11
s0ber has joined #ruby-lang
09:11
wudofyr___ has joined #ruby-lang
09:11
EvilJStoker_ has joined #ruby-lang
09:11
rtl has joined #ruby-lang
09:11
hachiya has joined #ruby-lang
09:11
mbr has joined #ruby-lang
09:11
joevandyk has joined #ruby-lang
09:11
franckverrot has joined #ruby-lang
09:11
khaase_ has joined #ruby-lang
09:11
spuk has joined #ruby-lang
09:11
sonne has joined #ruby-lang
09:11
whitequark has joined #ruby-lang
09:11
anekos has joined #ruby-lang
09:11
skinny_much_ has joined #ruby-lang
09:11
knu has joined #ruby-lang
09:11
kirin` has joined #ruby-lang
09:11
GarethAdams has joined #ruby-lang
09:11
nick_h has joined #ruby-lang
09:11
Caius has joined #ruby-lang
09:11
segy has joined #ruby-lang
09:11
jacknagel has joined #ruby-lang
09:11
fbernier has joined #ruby-lang
09:11
dbussink has joined #ruby-lang
09:11
mame3 has joined #ruby-lang
09:11
rondale_sc has joined #ruby-lang
09:11
crankharder has joined #ruby-lang
09:11
doki_pen_ has joined #ruby-lang
09:11
wnd has joined #ruby-lang
09:11
maloik has joined #ruby-lang
09:11
tdy has joined #ruby-lang
09:11
ddd__ has joined #ruby-lang
09:11
_dumfries has joined #ruby-lang
09:11
cout has joined #ruby-lang
09:11
bcardarella has joined #ruby-lang
09:11
rebelcan has joined #ruby-lang
09:11
samuelkadolph has joined #ruby-lang
09:11
Guu has joined #ruby-lang
09:11
kennyvb has joined #ruby-lang
09:11
ged has joined #ruby-lang
09:11
nrk has joined #ruby-lang
09:11
TheMoonMaster has joined #ruby-lang
09:11
smull_ has joined #ruby-lang
09:11
jstemmer has joined #ruby-lang
09:11
jwollert- has joined #ruby-lang
09:11
bryanl has joined #ruby-lang
09:11
Muz has joined #ruby-lang
09:11
t_ has joined #ruby-lang
09:11
nikky has joined #ruby-lang
09:11
eval-in has joined #ruby-lang
09:11
Mellett68 has joined #ruby-lang
09:11
lianj has joined #ruby-lang
09:11
Kuukunen- has joined #ruby-lang
09:11
mclee has joined #ruby-lang
09:11
neurodamage has joined #ruby-lang
09:11
coffeejunk has joined #ruby-lang
09:11
a3li has joined #ruby-lang
09:11
Guest30040 has joined #ruby-lang
09:11
matled has quit [Remote host closed the connection]
09:11
platoscave has joined #ruby-lang
09:11
Olipro has joined #ruby-lang
09:11
bnagy_ has joined #ruby-lang
09:12
platoscave has joined #ruby-lang
09:12
platoscave has quit [Max SendQ exceeded]
09:12
bnagy has quit [Remote host closed the connection]
09:14
zz_dlu has joined #ruby-lang
09:14
platoscave has joined #ruby-lang
09:14
platoscave has quit [Max SendQ exceeded]
09:14
fess has quit [Ping timeout: 252 seconds]
09:14
gjaldon has quit [Ping timeout: 252 seconds]
09:14
matled has joined #ruby-lang
09:15
platoscave has joined #ruby-lang
09:17
mikewintermute has joined #ruby-lang
09:17
goatish_mound has joined #ruby-lang
09:18
soahccc__ has joined #ruby-lang
09:19
davidbalber|away has joined #ruby-lang
09:20
wang_ has joined #ruby-lang
09:20
matti_ has joined #ruby-lang
09:20
ihme-TTilus has joined #ruby-lang
09:20
Asher has joined #ruby-lang
09:21
shaman42_ has joined #ruby-lang
09:21
hinbody_ has joined #ruby-lang
09:21
Gaelane has joined #ruby-lang
09:21
dumfries has joined #ruby-lang
09:22
face has joined #ruby-lang
09:22
platoscave has quit [Ping timeout: 264 seconds]
09:24
wang has quit [*.net *.split]
09:24
Asher1 has quit [*.net *.split]
09:24
soahccc_ has quit [*.net *.split]
09:24
faces has quit [*.net *.split]
09:24
brownies has quit [*.net *.split]
09:24
dumfries_ has quit [*.net *.split]
09:24
yibe_ has quit [*.net *.split]
09:24
mihar_ has quit [*.net *.split]
09:24
agile has quit [*.net *.split]
09:24
Voker57 has quit [*.net *.split]
09:24
postmodern has quit [*.net *.split]
09:24
hinbody has quit [*.net *.split]
09:24
rsl has quit [*.net *.split]
09:24
mantono has quit [*.net *.split]
09:24
bougyman has quit [*.net *.split]
09:24
rsync has quit [*.net *.split]
09:24
GaelanAintAround has quit [*.net *.split]
09:24
matti has quit [*.net *.split]
09:24
ruskie has quit [*.net *.split]
09:24
davidbalbert has quit [*.net *.split]
09:24
shaman42 has quit [*.net *.split]
09:24
TTilus has quit [*.net *.split]
09:24
Quatrerwin has quit [*.net *.split]
09:24
yellow5_ has quit [*.net *.split]
09:24
matti_ is now known as matti
09:25
mihar has joined #ruby-lang
09:25
brownies has joined #ruby-lang
09:26
yellow5 has joined #ruby-lang
09:26
bougyman has joined #ruby-lang
09:29
chendo has quit [Ping timeout: 252 seconds]
09:30
mantono has joined #ruby-lang
09:31
rsync has joined #ruby-lang
09:31
Voker57 has joined #ruby-lang
09:31
postmodern has joined #ruby-lang
09:31
Quatrerwin has joined #ruby-lang
09:31
Quatrerwin has quit [Changing host]
09:31
Quatrerwin has joined #ruby-lang
09:31
chendo_ has joined #ruby-lang
09:32
vlad_starkov has quit [Remote host closed the connection]
09:32
agile has joined #ruby-lang
09:32
yibe_ has joined #ruby-lang
09:33
ruskie has joined #ruby-lang
09:34
platoscave has joined #ruby-lang
09:39
shinnya has joined #ruby-lang
09:48
platoscave has quit [Ping timeout: 252 seconds]
09:51
chris2_ is now known as chris2
09:56
GeissT has quit [Ping timeout: 240 seconds]
10:03
zz_jus has left #ruby-lang [#ruby-lang]
10:03
zmike has quit [Quit: ~]
10:04
zmike123 has joined #ruby-lang
10:07
platoscave has joined #ruby-lang
10:10
<
gnufied >
@drbrain sure
10:10
benanne has joined #ruby-lang
10:11
platoscave has quit [Read error: Connection reset by peer]
10:12
marr123 has quit []
10:21
<
gnufied >
hey erikh
10:21
Squarepy has joined #ruby-lang
10:21
platoscave has joined #ruby-lang
10:22
vikhyat_ has joined #ruby-lang
10:23
vikhyat has quit [Ping timeout: 246 seconds]
10:24
rails_smith has quit [Quit: Leaving.]
10:25
grandy has joined #ruby-lang
10:28
MaddinXx has joined #ruby-lang
10:29
mikewintermute has quit [Quit: mikewintermute]
10:32
matti has quit [Ping timeout: 240 seconds]
10:33
matti has joined #ruby-lang
10:33
matti has joined #ruby-lang
10:38
benlovell has joined #ruby-lang
10:38
maxmanders has joined #ruby-lang
10:47
vikhyat has joined #ruby-lang
10:48
vikhyat_ has quit [Ping timeout: 252 seconds]
10:50
akahn has joined #ruby-lang
11:02
Voker57 has quit [*.net *.split]
11:02
Gaelane has quit [*.net *.split]
11:02
ihme-TTilus has quit [*.net *.split]
11:02
Asher has quit [*.net *.split]
11:02
northelks has quit [*.net *.split]
11:02
tkuchiki has quit [*.net *.split]
11:02
Phoop has quit [*.net *.split]
11:02
heftig has quit [Quit: Quitting]
11:02
TTilus has joined #ruby-lang
11:02
Asher has joined #ruby-lang
11:03
northelks has joined #ruby-lang
11:03
Voker57 has joined #ruby-lang
11:03
tkuchiki has joined #ruby-lang
11:05
benlovell has quit [Ping timeout: 257 seconds]
11:05
vikhyat_ has joined #ruby-lang
11:05
vikhyat has quit [Ping timeout: 246 seconds]
11:09
sn0wb1rdz_ is now known as sn0wb1rdz
11:14
jxie has quit [Quit: leaving]
11:15
_ffio_ has joined #ruby-lang
11:15
ffio_ has quit [Ping timeout: 264 seconds]
11:20
benlovell has joined #ruby-lang
11:22
bzb has joined #ruby-lang
11:24
Bwild has quit [Ping timeout: 260 seconds]
11:24
zomgbie has quit [Read error: Connection reset by peer]
11:25
zomgbie has joined #ruby-lang
11:26
Bwild has joined #ruby-lang
11:29
apeiros_ is now known as apeiros
11:32
bzb has quit [Read error: Connection reset by peer]
11:32
MaddinXx has quit [Remote host closed the connection]
11:37
vikhyat_ has quit [Remote host closed the connection]
11:40
platoscave has quit []
11:44
benlovell has quit [Ping timeout: 240 seconds]
11:50
joshuawscott has joined #ruby-lang
12:00
banister has joined #ruby-lang
12:01
MaddinXx_ has joined #ruby-lang
12:09
Cakey has joined #ruby-lang
12:12
stamina has joined #ruby-lang
12:13
GaelanAintAround has joined #ruby-lang
12:14
benlovell has joined #ruby-lang
12:15
enebo has joined #ruby-lang
12:16
maxmanders has quit [Quit: Computer has gone to sleep.]
12:19
enebo has quit [Client Quit]
12:21
heftig has joined #ruby-lang
12:23
mbj has joined #ruby-lang
12:23
stamina has quit [Quit: WeeChat 0.4.1]
12:24
stamina has joined #ruby-lang
12:25
stamina has quit [Client Quit]
12:25
stamina has joined #ruby-lang
12:25
heftig has quit [Ping timeout: 245 seconds]
12:27
symm- has joined #ruby-lang
12:27
_ffio_ is now known as ffio
12:29
fenicks has joined #ruby-lang
12:36
Cakey has quit [Ping timeout: 260 seconds]
12:39
joshuawscott has quit [Quit: Leaving.]
12:40
marr has joined #ruby-lang
12:43
Cakey has joined #ruby-lang
12:44
pskosinski has joined #ruby-lang
12:51
benlovell has quit [Ping timeout: 264 seconds]
12:53
fenicks has quit [Read error: Connection reset by peer]
12:57
hinbody_ has left #ruby-lang [#ruby-lang]
12:57
hinbody has joined #ruby-lang
12:58
toretore has joined #ruby-lang
13:03
singpolyma has joined #ruby-lang
13:08
davetoxa has joined #ruby-lang
13:09
joshuawscott has joined #ruby-lang
13:10
<
erikh >
sup andrewvos
13:11
retro|cz has quit [Read error: Operation timed out]
13:14
joshuawscott has quit [Ping timeout: 245 seconds]
13:14
rickruby has joined #ruby-lang
13:16
mikewintermute has joined #ruby-lang
13:19
<
yorickpeterse >
herro
13:22
rickruby has quit [Remote host closed the connection]
13:25
agile has quit [Remote host closed the connection]
13:26
shinh has quit [Read error: Connection timed out]
13:27
shinh has joined #ruby-lang
13:34
mbj has quit [Ping timeout: 245 seconds]
13:36
mdedetrich has joined #ruby-lang
13:36
Cakey has quit [Ping timeout: 246 seconds]
13:39
joshuawscott has joined #ruby-lang
13:42
Cakey has joined #ruby-lang
13:43
malev has joined #ruby-lang
13:47
joshuawscott has quit [Ping timeout: 276 seconds]
13:48
gix- has quit [Read error: Connection reset by peer]
13:48
davetoxa has quit [Remote host closed the connection]
13:49
banister has quit [Read error: Connection reset by peer]
13:55
mikewintermute has quit [Quit: mikewintermute]
13:57
gix has joined #ruby-lang
13:57
mikewintermute has joined #ruby-lang
14:00
symm- has quit [Ping timeout: 264 seconds]
14:00
Cakey has quit [Ping timeout: 246 seconds]
14:02
Cakey has joined #ruby-lang
14:03
mikewintermute has quit [Quit: mikewintermute]
14:05
mikewintermute has joined #ruby-lang
14:05
joshuawscott has joined #ruby-lang
14:07
rdg has joined #ruby-lang
14:07
wallerdev has joined #ruby-lang
14:09
realDAB has joined #ruby-lang
14:10
benlovell has joined #ruby-lang
14:11
rickruby has joined #ruby-lang
14:12
zomgbie has quit [Ping timeout: 256 seconds]
14:14
tbuehlmann has quit [Remote host closed the connection]
14:16
Rubennn has quit [Ping timeout: 240 seconds]
14:16
Rubennn has joined #ruby-lang
14:17
flip_digits has joined #ruby-lang
14:17
rdg has quit [Quit: ttfn]
14:18
realDAB has quit [Quit: realDAB]
14:20
xxaM has quit [Quit: ZzZz]
14:21
mikewintermute has quit [Quit: mikewintermute]
14:23
soahccc__ has left #ruby-lang [#ruby-lang]
14:24
soahccc has joined #ruby-lang
14:28
realDAB has joined #ruby-lang
14:28
nathanstitt has joined #ruby-lang
14:28
realDAB has quit [Client Quit]
14:32
kgrz has joined #ruby-lang
14:37
gix has quit [Ping timeout: 248 seconds]
14:41
mdedetrich has quit [Quit: Computer has gone to sleep.]
14:41
mdedetrich has joined #ruby-lang
14:41
mdedetrich has quit [Client Quit]
14:42
enebo has joined #ruby-lang
14:42
jsullivandigs has joined #ruby-lang
14:42
gix has joined #ruby-lang
14:46
realDAB has joined #ruby-lang
14:50
sstrickl has joined #ruby-lang
14:50
sstrickl has joined #ruby-lang
14:50
sstrickl has quit [Changing host]
14:50
benlovell has quit [Ping timeout: 264 seconds]
14:51
kgrz has quit [Ping timeout: 245 seconds]
14:53
realDAB has quit [Quit: realDAB]
15:01
ecnalyr has quit [Remote host closed the connection]
15:11
tomzx_mac has joined #ruby-lang
15:14
realDAB has joined #ruby-lang
15:15
ngw has joined #ruby-lang
15:15
lnormous has joined #ruby-lang
15:16
dhruvasagar has joined #ruby-lang
15:16
rdg has joined #ruby-lang
15:18
zomgbie has joined #ruby-lang
15:22
Voker57 has quit []
15:23
chrisy2k has joined #ruby-lang
15:24
zomgbie has quit [Ping timeout: 276 seconds]
15:25
chrisy2k has quit []
15:26
sjaq has joined #ruby-lang
15:27
rdg has quit [Quit: ttfn]
15:32
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
15:36
intellitech has quit [Quit: SMOKE BOMB!]
15:36
intellitech has joined #ruby-lang
15:38
killthe|afk is now known as killtheliterate
15:40
dhruvasagar has quit [Ping timeout: 276 seconds]
15:44
benlovell has joined #ruby-lang
15:45
Squarepy has quit [Quit: Leaving]
15:46
ericwood_ has left #ruby-lang [#ruby-lang]
15:46
ericwood has joined #ruby-lang
15:48
josh_ has joined #ruby-lang
15:49
realDAB has quit [Quit: realDAB]
15:50
arooni-mobile has joined #ruby-lang
15:51
glebm has quit [Quit: Computer has gone to sleep.]
15:58
havenwood has joined #ruby-lang
15:58
ngw has quit [Quit: Bye!]
16:02
vikhyat has joined #ruby-lang
16:03
vikhyat_ has joined #ruby-lang
16:04
mistym has joined #ruby-lang
16:06
josh_ has quit [Ping timeout: 250 seconds]
16:06
glebm has joined #ruby-lang
16:07
vikhyat has quit [Ping timeout: 264 seconds]
16:09
<
yorickpeterse >
what the shit is this
16:09
<
yorickpeterse >
oh, pong
16:09
<
ericwood >
fuck yeah it's pong
16:10
<
yorickpeterse >
holy hell this is trippy
16:10
<
ericwood >
s/trippy/fun
16:11
<
ericwood >
use the arrow keys to move the paddles
16:12
spuk has joined #ruby-lang
16:12
realDAB has joined #ruby-lang
16:14
vikhyat_ has quit [Ping timeout: 248 seconds]
16:15
Artheist has joined #ruby-lang
16:17
mistym has quit [Remote host closed the connection]
16:18
realDAB has joined #ruby-lang
16:20
realDAB has quit [Client Quit]
16:21
kstuart has joined #ruby-lang
16:21
pskosinski has quit [Quit: Til rivido Idisti!]
16:22
kstuart has quit [Read error: Connection reset by peer]
16:22
kstuart has joined #ruby-lang
16:28
henrikhodne has joined #ruby-lang
16:31
DEac-_ has quit [Read error: Connection reset by peer]
16:31
DEac- has joined #ruby-lang
16:37
[dmp] has joined #ruby-lang
16:37
[dmp] has joined #ruby-lang
16:41
mistym has joined #ruby-lang
16:42
enebo has quit [Quit: enebo]
16:42
mbj has joined #ruby-lang
16:47
pothibo has joined #ruby-lang
16:48
tylersmith has joined #ruby-lang
16:48
sjaq has quit [Quit: sjaq]
16:51
havenwood has quit [Remote host closed the connection]
16:52
havenwood has joined #ruby-lang
16:57
havenwood has quit [Ping timeout: 248 seconds]
17:01
pskosinski has joined #ruby-lang
17:02
pothibo has quit [Quit: pothibo]
17:02
bzalasky has joined #ruby-lang
17:03
jxie has joined #ruby-lang
17:03
mbj has quit [Remote host closed the connection]
17:05
mbj has joined #ruby-lang
17:06
realDAB has joined #ruby-lang
17:08
bzalasky has quit [Remote host closed the connection]
17:12
glebm has quit [Quit: Computer has gone to sleep.]
17:13
OffTheRails has joined #ruby-lang
17:13
OffTheRails has left #ruby-lang [#ruby-lang]
17:15
glebm has joined #ruby-lang
17:18
dhruvasagar has joined #ruby-lang
17:19
benlovell has quit [Ping timeout: 276 seconds]
17:20
saarinen has joined #ruby-lang
17:21
realDAB has quit [Quit: realDAB]
17:24
Cakey has quit [Quit: Lost terminal]
17:27
saarinen has quit [Ping timeout: 248 seconds]
17:31
sepp2k has joined #ruby-lang
17:33
postmodern has quit [Quit: Leaving]
17:33
flip_digits has quit [Remote host closed the connection]
17:37
dhruvasagar has quit [Ping timeout: 276 seconds]
17:42
joast has joined #ruby-lang
17:42
GaelanAintAround is now known as Gaelan
17:43
henrikhodne has quit [Ping timeout: 264 seconds]
17:43
marr has quit [Ping timeout: 246 seconds]
17:47
tkuchiki has quit [Remote host closed the connection]
17:47
tylersmith has quit [Remote host closed the connection]
17:49
zmike123 has quit [Ping timeout: 240 seconds]
17:52
dextaa has joined #ruby-lang
17:55
Gaelan is now known as GaelanAintAround
17:57
GaelanAintAround is now known as Gaelan
17:59
TheNotary has joined #ruby-lang
17:59
flip_digits has joined #ruby-lang
18:01
Gaelan is now known as GaelanAintAround
18:03
zmike123 has joined #ruby-lang
18:03
lnormous has quit [Read error: Connection reset by peer]
18:04
flip_digits has quit [Remote host closed the connection]
18:08
havenwood has joined #ruby-lang
18:10
TheNotary has quit [Quit: Leaving]
18:11
Nisstyre has quit [Quit: Leaving]
18:12
arooni-mobile has quit [Ping timeout: 264 seconds]
18:16
GaelanAintAround is now known as Gaelan
18:18
adambeynon has joined #ruby-lang
18:21
hexreel has joined #ruby-lang
18:21
TheNotary has joined #ruby-lang
18:32
gregmore_ has joined #ruby-lang
18:40
yfeldblum has joined #ruby-lang
18:41
hahuang65 has quit [Ping timeout: 240 seconds]
18:42
gregmore_ has quit [Remote host closed the connection]
18:48
tylersmith has joined #ruby-lang
18:49
mbj_ has joined #ruby-lang
18:52
tylersmith has quit [Read error: Connection reset by peer]
18:52
mbj has quit [Ping timeout: 264 seconds]
18:53
tylersmith has joined #ruby-lang
18:57
rails_smith has joined #ruby-lang
18:57
mbj_ is now known as mbj
19:00
workmad3 has joined #ruby-lang
19:05
stamina has quit [Ping timeout: 248 seconds]
19:06
brianpWins has quit [Quit: brianpWins]
19:06
hahuang65 has joined #ruby-lang
19:08
judofyr has joined #ruby-lang
19:08
joshuawscott has quit [Quit: Leaving.]
19:13
cub1c has joined #ruby-lang
19:13
workmad3 has quit [Ping timeout: 276 seconds]
19:14
Artheist has quit [Read error: Connection reset by peer]
19:15
ffio has quit [Ping timeout: 240 seconds]
19:15
ffio_ has joined #ruby-lang
19:19
chris2 has quit [Ping timeout: 246 seconds]
19:20
Gaelan is now known as GaelanAintAround
19:20
ledestin has quit [Quit: ledestin]
19:20
realDAB has joined #ruby-lang
19:23
banister has joined #ruby-lang
19:25
cub1c has quit [Quit: leaving]
19:30
realDAB has quit [Quit: realDAB]
19:32
zmike123 has quit [Quit: ~]
19:37
Mon_Ouie has quit [Read error: Connection reset by peer]
19:39
marr has joined #ruby-lang
19:41
pkrnj has joined #ruby-lang
19:42
mitd has joined #ruby-lang
19:42
tylersmith has quit [Remote host closed the connection]
19:44
sepp2k has quit [Quit: Leaving.]
19:44
judofyr has quit [Read error: Connection reset by peer]
19:45
mitd has quit [Quit: Leaving]
19:45
cub1c has joined #ruby-lang
19:48
henrikhodne has joined #ruby-lang
19:48
hahuang65 has quit [Ping timeout: 252 seconds]
19:51
<
andrewvos >
erikh: Pretty good thanks dude
19:51
<
andrewvos >
erikh: And you?
19:51
zenspider has quit [Quit: bye]
19:54
Mon_Ouie has joined #ruby-lang
19:54
henrikhodne has quit [Ping timeout: 264 seconds]
19:57
saarinen has joined #ruby-lang
20:01
saarinen has quit [Ping timeout: 264 seconds]
20:03
mistym has quit [Remote host closed the connection]
20:03
TheNotary has quit [Quit: Leaving]
20:06
Nisstyre has joined #ruby-lang
20:10
<
erikh >
weird, I haven't touched this computer since around the time I said hi before
20:10
<
erikh >
we're on the same schedule or something
20:21
mistym has joined #ruby-lang
20:23
symm- has joined #ruby-lang
20:24
brianpWins has joined #ruby-lang
20:33
arooni-mobile has joined #ruby-lang
20:35
platoscave has joined #ruby-lang
20:36
PaulePanter has quit [Remote host closed the connection]
20:36
realDAB has joined #ruby-lang
20:37
_jpb_ has joined #ruby-lang
20:37
realDAB has quit [Client Quit]
20:43
jxweng has joined #ruby-lang
20:45
arooni-mobile has quit [Ping timeout: 246 seconds]
20:45
jxweng has quit [Client Quit]
20:45
GaelanAintAround is now known as Gaelan
20:47
mistym has quit [Remote host closed the connection]
20:49
mistym has joined #ruby-lang
20:51
mistym has quit [Remote host closed the connection]
20:53
tylersmith has joined #ruby-lang
20:53
henrikhodne has joined #ruby-lang
20:55
tylersmith has quit [Read error: Operation timed out]
20:59
brianpWins has quit [Quit: brianpWins]
21:05
<
andrewvos >
This is useful ^
21:05
nathanstitt has quit [Quit: I growing sleepy]
21:06
<
andrewvos >
Wonder how I can get rid of having to do two loops
21:09
skmp has joined #ruby-lang
21:10
duphus has joined #ruby-lang
21:11
brianpWins has joined #ruby-lang
21:13
kstuart has quit [Ping timeout: 260 seconds]
21:19
s0ber_ has joined #ruby-lang
21:21
havenwood has quit [Remote host closed the connection]
21:21
s0ber has quit [Ping timeout: 256 seconds]
21:21
havenwood has joined #ruby-lang
21:21
s0ber_ is now known as s0ber
21:26
havenwood has quit [Ping timeout: 264 seconds]
21:28
glebm has quit [Ping timeout: 260 seconds]
21:30
nathanstitt has joined #ruby-lang
21:30
iliketurtles has joined #ruby-lang
21:30
Gaelan is now known as GaelanAintAround
21:31
GaelanAintAround is now known as Gaelan
21:34
brianpWins has quit [Quit: brianpWins]
21:37
glebm has joined #ruby-lang
21:38
flip_digits has joined #ruby-lang
21:38
pskosinski has quit [Quit: Til rivido Idisti!]
21:40
brianpWins has joined #ruby-lang
21:40
x0f has joined #ruby-lang
21:41
kstuart has joined #ruby-lang
21:42
Olipro has quit [Ping timeout: 246 seconds]
21:42
dextaa has quit [Quit: Leaving]
21:43
x0f_ has quit [Ping timeout: 240 seconds]
21:54
workmad3 has joined #ruby-lang
21:55
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
21:56
henrikhodne has quit [Ping timeout: 260 seconds]
21:59
spuk has joined #ruby-lang
22:01
realDAB has joined #ruby-lang
22:03
banister has left #ruby-lang [#ruby-lang]
22:04
arooni-mobile has joined #ruby-lang
22:04
weeb1e has quit [Ping timeout: 256 seconds]
22:05
weeb1e has joined #ruby-lang
22:06
brianpWins has quit [Quit: brianpWins]
22:08
realDAB has quit [Quit: realDAB]
22:12
brianpWins has joined #ruby-lang
22:13
adwhit has quit [Ping timeout: 240 seconds]
22:15
adwhit has joined #ruby-lang
22:20
henrikhodne has joined #ruby-lang
22:24
arooni-mobile has quit [Ping timeout: 264 seconds]
22:27
MaddinXx_ has quit [Remote host closed the connection]
22:28
arooni-mobile has joined #ruby-lang
22:31
nathanstitt has quit [Quit: I growing sleepy]
22:32
workmad3 has quit [Ping timeout: 248 seconds]
22:33
PaulePanter has joined #ruby-lang
22:34
rails_smith has quit [Quit: Leaving.]
22:39
gregmore_ has joined #ruby-lang
22:45
thyagobr has quit [Ping timeout: 264 seconds]
22:45
zenspider has joined #ruby-lang
22:49
henrikhodne has quit [Ping timeout: 246 seconds]
22:52
Mon_Ouie has quit [Ping timeout: 248 seconds]
22:54
arooni-mobile has quit [Ping timeout: 252 seconds]
22:54
ilyam has joined #ruby-lang
22:58
bryno has quit [Quit: leaving]
23:06
malev has quit [Quit: Leaving]
23:07
joshuawscott has joined #ruby-lang
23:07
kstuart has quit [Read error: Connection reset by peer]
23:07
ilyam has quit [Quit: ilyam]
23:08
pskosinski has joined #ruby-lang
23:09
symm-_ has joined #ruby-lang
23:10
duphus has quit [Quit: Leaving.]
23:12
symm- has quit [Ping timeout: 260 seconds]
23:12
duphus has joined #ruby-lang
23:13
symm-_ has quit [Read error: Connection reset by peer]
23:13
<
matti >
real0m1.244s
23:14
duphus has left #ruby-lang [#ruby-lang]
23:16
<
zenspider >
thanks. I think I can blame it on packet loss
23:16
symm-__ has joined #ruby-lang
23:16
flip_digits has quit [Remote host closed the connection]
23:16
<
erikh >
maybe ben broke something else
23:19
brianpWins has quit [Quit: brianpWins]
23:20
symm-__ has left #ruby-lang [#ruby-lang]
23:20
brianpWins has joined #ruby-lang
23:20
pskosinski has quit [Ping timeout: 240 seconds]
23:21
cmaxw_ has joined #ruby-lang
23:23
flip_digits has joined #ruby-lang
23:24
ilyam has joined #ruby-lang
23:26
firstdayonthejob has joined #ruby-lang
23:28
flip_digits has quit [Ping timeout: 248 seconds]
23:31
hashkey has joined #ruby-lang
23:31
Gaelan is now known as GaelanAintAround
23:36
flip_digits has joined #ruby-lang
23:39
postmodern has joined #ruby-lang
23:42
cmaxw_ has quit [Quit: cmaxw_]
23:42
cmaxw_ has joined #ruby-lang
23:44
brianpWins has quit [Quit: brianpWins]
23:51
benanne has quit [Quit: kbai]
23:55
<
postmodern >
has anyone forced capybara-webkit to claim it supports flash?
23:56
<
postmodern >
so that the JS will add the embed tag instead of adding some "you must install flash" message