00:01
<
havenwood >
naquad: You can leave off the #join argument, since you are specifying same as default.
00:01
<
naquad >
havenwood, indeed, thanks
00:03
MagBo_ has left #ruby-lang [#ruby-lang]
00:03
<
havenwood >
naquad: ['6173'].pack 'H*'; #=> "as"
00:03
<
naquad >
thats what i was looking for
00:11
mdedetrich has joined #ruby-lang
00:16
marr has quit [Ping timeout: 246 seconds]
00:17
DomKM1 has joined #ruby-lang
00:18
DomKM has quit [Read error: Operation timed out]
00:18
mistym has quit [Remote host closed the connection]
00:19
postmodern has joined #ruby-lang
00:19
rippa has quit [Ping timeout: 240 seconds]
00:20
Axsuul has joined #ruby-lang
00:20
Axsuul has quit [Excess Flood]
00:23
Axsuul has joined #ruby-lang
00:26
sepp2k has quit [Remote host closed the connection]
00:28
lguardiola has joined #ruby-lang
00:33
lguardiola has quit [Ping timeout: 248 seconds]
00:33
dingus_khan has quit [Remote host closed the connection]
00:34
rx has joined #ruby-lang
00:40
teleological has joined #ruby-lang
00:42
lguardiola has joined #ruby-lang
00:47
havenwood has quit [Read error: Connection reset by peer]
00:48
havenwood has joined #ruby-lang
00:48
blaix has quit [Ping timeout: 252 seconds]
00:52
elia has quit [Quit: Computer has gone to sleep.]
00:52
djwonk has quit [Quit: djwonk]
00:57
krohrbaugh has quit [Quit: Leaving.]
00:58
blaix has joined #ruby-lang
01:10
blaix has quit [Read error: Connection reset by peer]
01:10
teleological has quit [Remote host closed the connection]
01:11
Johz has quit [Quit: AH HELP ITS ALL CRASHING AT ONCE I CANT STOP IT HELP HELP HELP <transmission ends>]
01:14
elia has joined #ruby-lang
01:15
<
bnagy >
anyone good with build stuff on OSX?
01:17
<
bnagy >
trying to build a jni gem and configure can't find a header that seems to be there
01:18
tdy has quit [Quit: WeeChat 0.4.0]
01:19
tdy has joined #ruby-lang
01:20
pskosinski has quit [Ping timeout: 264 seconds]
01:21
jperry has joined #ruby-lang
01:21
fedesilva has joined #ruby-lang
01:22
dhruvasagar has joined #ruby-lang
01:24
djwonk has joined #ruby-lang
01:25
krohrbaugh has joined #ruby-lang
01:26
<
bnagy >
ha! ok fixed it
01:27
<
bnagy >
Oracle moved jni_md.h into headers/darwin, and jni.h silently looks for it
01:27
<
bnagy >
so it shows up as jni.h not present, but that's not the actual problem
01:30
jperry has quit [Quit: jperry]
01:34
djwonk has quit [Quit: djwonk]
01:36
cofin has joined #ruby-lang
01:38
jperry has joined #ruby-lang
01:40
dhruvasagar has quit [Ping timeout: 264 seconds]
01:40
ruurd has quit [Quit: Leaving...]
01:42
ruurd has joined #ruby-lang
01:42
ruurd has quit [Client Quit]
01:44
ruurd has joined #ruby-lang
01:45
ruurd has quit [Remote host closed the connection]
01:48
dingus_khan has joined #ruby-lang
01:59
elia has quit [Quit: Computer has gone to sleep.]
02:00
jperry has quit [Quit: jperry]
02:01
havenwood has quit [Remote host closed the connection]
02:01
Sm3lly has joined #ruby-lang
02:06
<
dingus_khan >
I need someone to yell some wisdom into my head real quick...
02:08
hashkey has quit [Ping timeout: 256 seconds]
02:08
<
bnagy >
DON'T CHEW GROUND GLASS
02:09
<
dingus_khan >
thank almighty baby t-rex you're here bnagy, I was REALLY thirsty and didn't feel like getting up
02:10
<
dingus_khan >
QUE?!
02:10
Jungy has joined #ruby-lang
02:10
<
bnagy >
>> [[]]==[[]]
02:10
dhruvasagar has joined #ruby-lang
02:10
<
bnagy >
also, == is 'soft' equality
02:10
hashkey has joined #ruby-lang
02:11
<
dingus_khan >
hmmm...
02:11
<
bnagy >
mind you eql? would work for that as well
02:11
<
dingus_khan >
as in a soft way as well?
02:12
Gaelan has quit [Remote host closed the connection]
02:12
<
dingus_khan >
I just got the robot bra thing, thought you were going surfer dude on me
02:12
<
bnagy >
well the hash to the same, so you can use them as Hash keys
02:12
<
dingus_khan >
I did not understand that sentence
02:12
Gaelan has joined #ruby-lang
02:12
<
bnagy >
ok, so a={'foo' => 'bar'}
02:13
mdedetrich has quit [Quit: Computer has gone to sleep.]
02:13
<
bnagy >
when we then do a['foo'] that is not actually literally the same string ( object id ) as we used as the key
02:13
<
bnagy >
but we want the lookup to work
02:13
<
bnagy >
so we say they .eql? each other
02:13
<
bnagy >
even though they're not precisely the same object
02:13
<
dingus_khan >
ahhhhhh....
02:13
<
bnagy >
same with your robot bra
02:14
<
dingus_khan >
interesting, because the blog I got that from said it would return false...
02:14
mouse_ has joined #ruby-lang
02:15
LinkedoT has quit [Ping timeout: 245 seconds]
02:15
<
dingus_khan >
oh right, I'm using ruby 1.9.3, if that makes a difference (doesn't say so, at least)
02:15
LinkedoT has joined #ruby-lang
02:16
<
bnagy >
guess they fixed it. Sorry I didn't really think about the recursion before
02:16
MouseTheLuckyDog has quit [Read error: Operation timed out]
02:16
<
dingus_khan >
fixed it how? so it was always supposed to resolve true because of the soft thing you explained?
02:16
<
bnagy >
I was quite happy when my patch was accepted a week ago, so the current head of Ruby 1.9 deals with recursion perfectly
02:17
<
bnagy >
dingus_khan: it should definitely be true
02:17
<
bnagy >
morning erikh
02:17
<
dingus_khan >
hi erikh! bit presumptuous of me, I know, but I make great waffles if that moves me up the friend ladder any quicker
02:18
<
dingus_khan >
ok, thank you for that explanation bnagy
02:18
<
erikh >
why do you have such low self-esteem?
02:18
<
erikh >
and why does my opinion matter?
02:18
<
dingus_khan >
it's a personal defect of mine
02:18
<
dingus_khan >
it's also recursive
02:18
dhruvasagar has quit [Read error: Operation timed out]
02:19
<
dingus_khan >
also, BECAUSE YOU'RE ERIKH MAN, tres importante
02:19
mouse_ has quit [Ping timeout: 240 seconds]
02:20
<
dingus_khan >
true story.jpeg
02:21
mistym has joined #ruby-lang
02:25
Gaelan has quit [Remote host closed the connection]
02:26
Gaelan has joined #ruby-lang
02:28
benxao has joined #ruby-lang
02:31
mouse_ has joined #ruby-lang
02:34
krohrbaugh has quit [Quit: Leaving.]
02:35
mdedetrich has joined #ruby-lang
02:41
<
bnagy >
a) what? b) please stop using pastebin
02:41
mouse__ has joined #ruby-lang
02:41
brianpWins has quit [Quit: brianpWins]
02:43
cofin has quit [Quit: cofin]
02:44
mouse_ has quit [Read error: Operation timed out]
02:47
cofin has joined #ruby-lang
02:49
mouse__ has quit [Ping timeout: 248 seconds]
02:50
<
dingus_khan >
I was told explicitly to use pastebin when I first came to this chat room. sigh
02:51
<
bnagy >
I think you misheard
02:51
<
dingus_khan >
I don't know why I'm getting a "no method error" on the '+' in that and I don't know why.
02:51
<
dingus_khan >
naw, I can't remember who, but they said "use pastebin", like verbatim
02:52
<
dingus_khan >
they got mad when I used gist
02:52
havenwood has joined #ruby-lang
02:53
<
bnagy >
I can tell you why it's broken right away though
02:53
* FiXato
prefers gist over pastebin
02:53
<
bnagy >
you're trying to + two booleans
02:56
baba has quit [Ping timeout: 246 seconds]
02:57
<
havenwood >
class TrueClass; def + this; :really_really_true end end
03:01
dingus_khan has quit [Remote host closed the connection]
03:02
mouse__ has joined #ruby-lang
03:03
Senjai has joined #ruby-lang
03:03
Senjai has joined #ruby-lang
03:03
Senjai has quit [Changing host]
03:06
mdedetrich has quit [Quit: Computer has gone to sleep.]
03:07
<
bnagy >
wow, is_fib? is really interesting
03:12
djwonk has joined #ruby-lang
03:13
krohrbaugh has joined #ruby-lang
03:13
mouse_ has joined #ruby-lang
03:14
baba has joined #ruby-lang
03:14
<
bnagy >
>> is_fib = proc {|n| [5*(n**2)+4,5*(n**2)-4].any? {|q| Math.sqrt(q).floor**2==q}}; is_fib.call 144
03:14
<
bnagy >
>> is_fib = proc {|n| [5*(n**2)+4,5*(n**2)-4].any? {|q| Math.sqrt(q).floor**2==q}}; is_fib.call 145
03:15
zachlatta has quit [Remote host closed the connection]
03:16
mouse__ has quit [Ping timeout: 248 seconds]
03:18
solars has joined #ruby-lang
03:18
havenwood has quit [Remote host closed the connection]
03:18
nazty has quit [Read error: No route to host]
03:18
nignaztic has joined #ruby-lang
03:19
mouse_ has quit [Ping timeout: 246 seconds]
03:27
<
bnagy >
breaks at Fib 76
03:27
<
bnagy >
that's Floats for ya :/
03:28
<
bnagy >
it's also probably the slowest way to approach the problem, but it's COOL
03:29
madb055 has joined #ruby-lang
03:31
[[thufir]] has quit [Quit: Leaving.]
03:31
dingus_khan has joined #ruby-lang
03:34
MouseTheLuckyDog has joined #ruby-lang
03:40
madb055 has quit [Quit: Konversation terminated!]
03:41
madb055 has joined #ruby-lang
03:44
oldbay has joined #ruby-lang
03:56
mbj has quit [Ping timeout: 248 seconds]
04:02
xxaM has quit [Quit: lololol]
04:06
xxaM has joined #ruby-lang
04:06
solars has quit [Ping timeout: 264 seconds]
04:11
Jungy has quit [Ping timeout: 246 seconds]
04:15
Guest3804 has quit [Remote host closed the connection]
04:15
jsullivandigs has joined #ruby-lang
04:16
cofin has quit [Quit: cofin]
04:20
dingus_khan has quit [Remote host closed the connection]
04:20
Jungy has joined #ruby-lang
04:20
jsullivandigs has quit [Ping timeout: 246 seconds]
04:20
fedesilva is now known as fedesilva_zzzzZZ
04:31
henrikho_ has joined #ruby-lang
04:32
DomKM1 has quit [Quit: Leaving.]
04:33
MouseTheLuckyDog has quit [Read error: Operation timed out]
04:33
dingus_khan has joined #ruby-lang
04:35
henrikhodne has quit [Ping timeout: 252 seconds]
04:38
MasterNayru has joined #ruby-lang
04:45
cofin has joined #ruby-lang
04:47
MouseTheLuckyDog has joined #ruby-lang
04:53
crudson has left #ruby-lang [#ruby-lang]
05:04
jsullivandigs has joined #ruby-lang
05:06
henrikho_ has quit [Quit: Computer has gone to sleep.]
05:06
<
dingus_khan >
bnagy: thank you for that explanation
05:08
dhruvasagar has joined #ruby-lang
05:20
lsegal has quit [Ping timeout: 252 seconds]
05:21
lsegal has joined #ruby-lang
05:25
krohrbaugh has quit [Quit: Leaving.]
05:34
GeissT has joined #ruby-lang
05:35
Gaelan has quit [Remote host closed the connection]
05:37
rippa has joined #ruby-lang
05:42
cofin has quit [Quit: cofin]
05:42
krohrbaugh has joined #ruby-lang
05:43
wallerdev has quit [Quit: wallerdev]
05:46
Senjai has quit [Read error: Operation timed out]
05:48
poga has joined #ruby-lang
05:48
nertzy has quit [Quit: Leaving]
05:48
<
MouseTheLuckyDog >
Anyone still around on a Sat night? I popen("comand |filter1") then I popen("command| filter 2); in a loop. Command takes a long time.Would it be safe to do something like: a=popen("command").readlines.merge_to_one_string popen("cat #{a}| filter1") popen("cat #{a}|filter2")?
05:53
sriehl_ has joined #ruby-lang
05:53
ihme-TTilus has joined #ruby-lang
05:54
krohrbaugh has quit [Quit: Leaving.]
05:54
sriehl has quit [Write error: Broken pipe]
05:54
TTilus has quit [Write error: Broken pipe]
05:54
Caius has quit [Ping timeout: 361 seconds]
05:55
Caius has joined #ruby-lang
05:57
amerine has joined #ruby-lang
05:58
amerine has quit [Client Quit]
06:00
sush24 has joined #ruby-lang
06:02
amerine has joined #ruby-lang
06:04
TheNotary has joined #ruby-lang
06:05
<
rue >
Yes, if you mean whether the returned string is somehow modified (it isn’t)
06:06
joshnz has joined #ruby-lang
06:07
<
joshnz >
Unsure how to correctly pass the block to the send method
06:14
<
rue >
joshnz: Is there a problem with that?
06:14
<
rue >
(Also, you probably want to use # for comments…)
06:15
<
joshnz >
lol, nope ;)
06:15
<
joshnz >
facepalm on the comments ;) I'm a c# dev by day unfortunately, so I've got c-style commenting in mind.
06:16
<
joshnz >
The reason I asked the question was from an earlier test I was doing. I failed to remove the actual definitions which is why I was having issues. Just realised my mistake.
06:17
<
joshnz >
It's been a long day. Thanks for the code review though!
06:24
intellitech has quit [Ping timeout: 248 seconds]
06:27
<
MouseTheLuckyDog >
rue: I'm worried about escape characters.
06:28
<
rue >
MouseTheLuckyDog: You can use shellescape if you need to
06:29
<
rue >
MouseTheLuckyDog: IO.spawn might have a better interface at any rate
06:30
dhruvasagar has quit [Ping timeout: 245 seconds]
06:31
Quatrerwin has quit [Remote host closed the connection]
06:40
cordax has joined #ruby-lang
06:42
mistym has quit [Remote host closed the connection]
06:49
workmad3 has joined #ruby-lang
06:52
Senjai has joined #ruby-lang
06:52
Senjai has joined #ruby-lang
06:52
Senjai has quit [Changing host]
06:52
TheNotary has quit [Quit: Leaving]
06:54
ruurd has joined #ruby-lang
07:03
workmad3 has quit [Read error: Operation timed out]
07:04
Senjai has quit [Read error: Operation timed out]
07:05
cordax has quit [Quit: Computer has gone to sleep.]
07:08
<
heftig >
don't shellescape
07:09
<
heftig >
just popen the filters and write the string to the IO
07:09
<
heftig >
f1 = popen("filter1"); f1.write(a);
07:12
tomzx_mac has quit [Ping timeout: 246 seconds]
07:13
ruskie has quit [Excess Flood]
07:17
mootpointer has joined #ruby-lang
07:18
mootpointer has quit [Client Quit]
07:26
yellow5 has quit [Ping timeout: 245 seconds]
07:28
ruskie has joined #ruby-lang
07:32
yellow5 has joined #ruby-lang
07:32
blowmage has quit [Remote host closed the connection]
07:32
blowmage has joined #ruby-lang
07:34
stamina has joined #ruby-lang
07:50
vlad_starkov has joined #ruby-lang
07:54
<
MouseTheLuckyDog >
If I open a file in ruby is there a way to finds it's name?
07:55
krohrbaugh has joined #ruby-lang
07:55
kgrz has joined #ruby-lang
07:56
havenwood has joined #ruby-lang
07:56
workmad3 has joined #ruby-lang
07:56
vlad_starkov has quit [Remote host closed the connection]
07:56
Cakey has joined #ruby-lang
07:57
dfdf has joined #ruby-lang
07:59
krohrbaugh has quit [Ping timeout: 252 seconds]
07:59
baba has quit [Quit: WeeChat 0.4.0]
08:01
saarinen has joined #ruby-lang
08:04
jxie has quit [Quit: leaving]
08:10
hramrach_ has quit [Remote host closed the connection]
08:12
ruurd has quit [Quit: Leaving...]
08:12
dingus_khan has quit [Remote host closed the connection]
08:12
hramrach_ has joined #ruby-lang
08:13
dingus_khan has joined #ruby-lang
08:15
vlad_starkov has joined #ruby-lang
08:15
marr has joined #ruby-lang
08:17
Cakey has quit [Ping timeout: 246 seconds]
08:20
hashkey has quit [Ping timeout: 248 seconds]
08:21
meizaps has quit [Ping timeout: 264 seconds]
08:22
Cakey has joined #ruby-lang
08:23
fedesilv_ has joined #ruby-lang
08:23
workmad3 has quit [Ping timeout: 264 seconds]
08:24
Glass_saga has quit [Remote host closed the connection]
08:24
Glass_saga has joined #ruby-lang
08:26
fedesilva_zzzzZZ has quit [Ping timeout: 252 seconds]
08:28
Glass_saga has quit [Remote host closed the connection]
08:28
hashkey has joined #ruby-lang
08:29
benanne has joined #ruby-lang
08:29
Glass_saga has joined #ruby-lang
08:31
Glass_saga has quit [Remote host closed the connection]
08:31
meizaps has joined #ruby-lang
08:31
Glass_saga has joined #ruby-lang
08:32
Jungy has quit [Quit: Leaving]
08:34
kgrz has quit [Ping timeout: 256 seconds]
08:36
kennyvb has joined #ruby-lang
08:39
teleological has joined #ruby-lang
08:41
workmad3 has joined #ruby-lang
08:42
vlad_starkov has quit [Remote host closed the connection]
08:43
ruurd has joined #ruby-lang
08:54
DEac- has quit [Ping timeout: 252 seconds]
08:55
krohrbaugh has joined #ruby-lang
08:59
dfdf has quit [Remote host closed the connection]
08:59
sush24 has quit [Quit: This computer has gone to sleep]
08:59
krohrbaugh has quit [Ping timeout: 252 seconds]
09:02
workmad3 has quit [Read error: Operation timed out]
09:03
DEac- has joined #ruby-lang
09:03
tylersmith has quit [Remote host closed the connection]
09:05
pskosinski has joined #ruby-lang
09:13
dfdf has joined #ruby-lang
09:18
dingus_khan has quit [Remote host closed the connection]
09:18
chendo has quit [Ping timeout: 276 seconds]
09:22
chendo_ has joined #ruby-lang
09:23
apeiros has joined #ruby-lang
09:26
Axsuul has quit [Ping timeout: 264 seconds]
09:26
chendo_ has quit [Excess Flood]
09:26
apeiros_ has quit [Ping timeout: 256 seconds]
09:26
chendo_ has joined #ruby-lang
09:33
marr has quit [Ping timeout: 252 seconds]
09:34
tylersmith has joined #ruby-lang
09:35
bashdy has joined #ruby-lang
09:42
dfdf has quit [Remote host closed the connection]
09:42
vlad_starkov has joined #ruby-lang
09:42
tylersmith has quit [Ping timeout: 252 seconds]
09:43
charliesome has joined #ruby-lang
09:46
workmad3 has joined #ruby-lang
09:46
kgrz has joined #ruby-lang
09:47
vlad_starkov has quit [Ping timeout: 248 seconds]
09:50
maxmanders has joined #ruby-lang
09:50
kgrz has quit [Ping timeout: 246 seconds]
09:52
vlad_starkov has joined #ruby-lang
09:53
mbj has joined #ruby-lang
09:55
krohrbaugh has joined #ruby-lang
09:57
vlad_starkov has quit [Ping timeout: 252 seconds]
10:03
feedruby has joined #ruby-lang
10:04
krohrbaugh has quit [Ping timeout: 252 seconds]
10:05
henrikhodne has joined #ruby-lang
10:05
zmike has joined #ruby-lang
10:05
zmike has quit [Read error: Connection reset by peer]
10:06
feedruby has quit [Client Quit]
10:06
ruby-lang366 has joined #ruby-lang
10:07
ruby-lang366 has quit [Client Quit]
10:08
barttenbrinke has joined #ruby-lang
10:09
apeiros has quit [Ping timeout: 248 seconds]
10:09
ruby-lang466 has joined #ruby-lang
10:11
<
spike|spiegel >
MouseTheLuckyDog: umm still looking? there's #path
10:11
<
MouseTheLuckyDog >
spike|spiegel, thanks
10:12
elia has joined #ruby-lang
10:14
pskosinski has quit [Remote host closed the connection]
10:14
apeiros has joined #ruby-lang
10:14
pskosinski has joined #ruby-lang
10:14
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
10:17
Asher has quit [Read error: Operation timed out]
10:17
DEac- has quit [Ping timeout: 252 seconds]
10:18
dfdf has joined #ruby-lang
10:26
workmad3 has quit [Read error: Operation timed out]
10:28
Johz has joined #ruby-lang
10:29
dingus_khan has joined #ruby-lang
10:31
dfdf has quit [Remote host closed the connection]
10:31
kgrz has joined #ruby-lang
10:31
ruby-lang466 has quit [Ping timeout: 250 seconds]
10:32
DEac- has joined #ruby-lang
10:33
dingus_khan has quit [Ping timeout: 245 seconds]
10:37
barttenbrinke has quit [Remote host closed the connection]
10:38
dingus_khan has joined #ruby-lang
10:39
tylersmith has joined #ruby-lang
10:40
joshnz has quit [Read error: Connection reset by peer]
10:44
kgrz has quit [Ping timeout: 240 seconds]
10:47
tylersmith has quit [Ping timeout: 246 seconds]
10:48
glebm has quit [Ping timeout: 246 seconds]
10:51
madb055 has quit [Ping timeout: 252 seconds]
10:51
marr has joined #ruby-lang
10:51
madb055 has joined #ruby-lang
10:53
vlad_starkov has joined #ruby-lang
10:53
solars has joined #ruby-lang
10:53
charliesome has quit [Ping timeout: 252 seconds]
10:55
workmad3 has joined #ruby-lang
10:56
charliesome has joined #ruby-lang
10:56
ia___ has joined #ruby-lang
10:58
vlad_starkov has quit [Ping timeout: 252 seconds]
11:01
krohrbaugh has joined #ruby-lang
11:03
madb055 has quit [Remote host closed the connection]
11:03
madb055 has joined #ruby-lang
11:05
benxao has quit [Remote host closed the connection]
11:05
krohrbaugh has quit [Ping timeout: 252 seconds]
11:08
swav has quit [Remote host closed the connection]
11:10
elia has quit [Quit: Computer has gone to sleep.]
11:13
workmad3 has quit [Ping timeout: 245 seconds]
11:15
symm- has joined #ruby-lang
11:15
bashdy has quit [Quit: bashdy]
11:15
machuga|away is now known as machuga
11:15
dingus_khan has quit [Remote host closed the connection]
11:22
apeiros has quit [Read error: Connection reset by peer]
11:22
apeiros has joined #ruby-lang
11:22
apeiros has quit [Remote host closed the connection]
11:22
marr has quit [Ping timeout: 252 seconds]
11:25
toretore has joined #ruby-lang
11:32
alessandro1997 has joined #ruby-lang
11:38
mbj has quit [Ping timeout: 252 seconds]
11:41
mbj has joined #ruby-lang
11:43
tylersmith has joined #ruby-lang
11:48
tylersmith has quit [Ping timeout: 256 seconds]
11:48
Senjai has joined #ruby-lang
11:48
Senjai has quit [Changing host]
11:48
Senjai has joined #ruby-lang
11:53
vlad_starkov has joined #ruby-lang
11:58
vlad_starkov has quit [Ping timeout: 252 seconds]
11:58
apeiros has joined #ruby-lang
11:59
zenspider has quit [Ping timeout: 256 seconds]
11:59
Guest26259 has quit [Ping timeout: 246 seconds]
11:59
mksm has joined #ruby-lang
12:00
mksm is now known as Guest9315
12:01
wasnotrice has quit [Ping timeout: 246 seconds]
12:01
wasnotrice has joined #ruby-lang
12:01
halorgium has quit [Ping timeout: 246 seconds]
12:01
krohrbaugh has joined #ruby-lang
12:02
alessandro1997 has quit [Quit: Sto andando via]
12:03
apeiros has quit [Remote host closed the connection]
12:03
halorgium has joined #ruby-lang
12:03
krohrbaugh has quit [Read error: Operation timed out]
12:04
Senjai has quit [Remote host closed the connection]
12:05
GeissT_ has joined #ruby-lang
12:06
_dumfries has quit [Ping timeout: 256 seconds]
12:07
PacketMonkey has quit [Ping timeout: 246 seconds]
12:07
PacketMonkey has joined #ruby-lang
12:07
GeissT has quit [Ping timeout: 252 seconds]
12:08
agile has quit [Ping timeout: 256 seconds]
12:08
agile has joined #ruby-lang
12:10
maxmanders has quit [Quit: Computer has gone to sleep.]
12:13
_dumfries has joined #ruby-lang
12:19
GeissT_ has quit [Quit: MillBroChat AdIRC User]
12:19
GeissT has joined #ruby-lang
12:30
apeiros has joined #ruby-lang
12:30
snk has quit [Quit: rebut]
12:31
symm- has quit [Ping timeout: 248 seconds]
12:32
GeissT has quit [Ping timeout: 252 seconds]
12:34
snk has joined #ruby-lang
12:35
GeissT has joined #ruby-lang
12:36
apeiros has quit [Remote host closed the connection]
12:44
sush24 has joined #ruby-lang
12:44
tylersmith has joined #ruby-lang
12:45
enebo has joined #ruby-lang
12:48
tylersmith has quit [Ping timeout: 248 seconds]
12:54
teleological has quit [Remote host closed the connection]
13:00
jperry has joined #ruby-lang
13:01
Mon_Ouie has quit [Remote host closed the connection]
13:02
poga has quit [Remote host closed the connection]
13:02
krohrbaugh has joined #ruby-lang
13:02
Mon_Ouie has joined #ruby-lang
13:04
hashkey has quit [Ping timeout: 264 seconds]
13:05
hashkey has joined #ruby-lang
13:05
hashkey is now known as Guest44444
13:05
krohrbaugh has quit [Read error: Operation timed out]
13:06
elia has joined #ruby-lang
13:07
Mon_Ouie has quit [Ping timeout: 248 seconds]
13:08
Mon_Ouie has joined #ruby-lang
13:11
glebm has joined #ruby-lang
13:14
jperry has quit [Quit: jperry]
13:16
vlad_starkov has joined #ruby-lang
13:19
elia has quit [Quit: Computer has gone to sleep.]
13:19
Guest44444 has quit []
13:20
madb055 has quit [Ping timeout: 256 seconds]
13:24
hashkey_temp has joined #ruby-lang
13:26
GeissT has quit [Ping timeout: 240 seconds]
13:26
enebo has quit [Quit: enebo]
13:27
hashkey_temp is now known as hashkey
13:27
mdedetrich has joined #ruby-lang
13:27
Kabaka has quit [Excess Flood]
13:30
mdedetrich has quit [Client Quit]
13:31
elia has joined #ruby-lang
13:31
mdedetrich has joined #ruby-lang
13:35
wallerdev has joined #ruby-lang
13:37
mucker has joined #ruby-lang
13:37
ikrima has quit [Quit: Computer has gone to sleep.]
13:37
anonymuse has joined #ruby-lang
13:42
GeissT has joined #ruby-lang
13:44
tylersmith has joined #ruby-lang
13:45
s0ber has quit [Remote host closed the connection]
13:45
s0ber has joined #ruby-lang
13:46
Kabaka has joined #ruby-lang
13:47
jperry has joined #ruby-lang
13:47
kgrz has joined #ruby-lang
13:48
Kabaka has quit [Excess Flood]
13:49
tylersmith has quit [Ping timeout: 256 seconds]
13:53
henrikhodne has quit [Quit: Computer has gone to sleep.]
13:57
Kabaka has joined #ruby-lang
14:00
nignaztic has quit [Ping timeout: 252 seconds]
14:00
djwonk has quit [Quit: djwonk]
14:03
dfdf has joined #ruby-lang
14:14
postmodern has quit [Quit: Leaving]
14:16
ryez has quit [Ping timeout: 250 seconds]
14:17
jperry has quit [Quit: jperry]
14:23
Asher has joined #ruby-lang
14:27
mose has quit [Quit: leaving]
14:28
zommi has joined #ruby-lang
14:34
dfdf has quit [Remote host closed the connection]
14:35
Gaelan has joined #ruby-lang
14:35
Gaelan has quit [Client Quit]
14:36
Gaelan has joined #ruby-lang
14:40
zommi has quit [Remote host closed the connection]
14:42
anonymuse has quit [Quit: Leaving...]
14:42
dfdf has joined #ruby-lang
14:44
wallerdev has quit [Quit: wallerdev]
14:45
tylersmith has joined #ruby-lang
14:45
elia has quit [Quit: Computer has gone to sleep.]
14:49
wallerdev has joined #ruby-lang
14:49
tylersmith has quit [Ping timeout: 246 seconds]
14:51
jperry has joined #ruby-lang
14:54
mdedetrich has quit [Quit: Computer has gone to sleep.]
14:55
GeissT has quit [Quit: MillBroChat AdIRC User]
14:55
mucker has quit [Quit: leaving]
14:55
teleological has joined #ruby-lang
14:55
wallerdev has quit [Quit: wallerdev]
14:55
apeiros has joined #ruby-lang
14:56
Gaelan has quit [Remote host closed the connection]
14:56
dfdf has quit [Remote host closed the connection]
14:56
Gaelan has joined #ruby-lang
14:59
havenwood has quit [Remote host closed the connection]
15:01
apeiros_ has joined #ruby-lang
15:04
apeiros__ has joined #ruby-lang
15:04
apeiros has quit [Ping timeout: 252 seconds]
15:06
mrfelix has joined #ruby-lang
15:06
apeiros_ has quit [Ping timeout: 256 seconds]
15:06
banister_ has joined #ruby-lang
15:06
apeiros has joined #ruby-lang
15:08
apeiros__ has quit [Ping timeout: 264 seconds]
15:08
banister_ has quit [Read error: Connection reset by peer]
15:11
jperry has quit [Quit: jperry]
15:11
henrikhodne has joined #ruby-lang
15:11
jperry has joined #ruby-lang
15:14
mrfelix has quit [Quit: Computer has gone to sleep.]
15:21
dhruvasagar has joined #ruby-lang
15:23
havenwood has joined #ruby-lang
15:23
kgrz has joined #ruby-lang
15:29
jperry has quit [Quit: jperry]
15:30
rippa has quit [Ping timeout: 240 seconds]
15:31
MasterNayru has quit [Remote host closed the connection]
15:32
kgrz has quit [Ping timeout: 252 seconds]
15:33
jperry has joined #ruby-lang
15:35
jperry has quit [Client Quit]
15:36
benxao has joined #ruby-lang
15:37
mistym has joined #ruby-lang
15:37
mistym has joined #ruby-lang
15:37
mistym has quit [Changing host]
15:37
whitemage has joined #ruby-lang
15:38
dhruvasagar has quit [Ping timeout: 245 seconds]
15:38
jacknagel has quit [Ping timeout: 240 seconds]
15:39
norplr has quit [Ping timeout: 264 seconds]
15:40
jacknagel has joined #ruby-lang
15:40
Spaceghost|cloud has quit [Ping timeout: 264 seconds]
15:40
UziMonkey__ has quit [Ping timeout: 264 seconds]
15:41
rafeed has joined #ruby-lang
15:44
intellitech has joined #ruby-lang
15:45
tomzx_mac has joined #ruby-lang
15:46
tylersmith has joined #ruby-lang
15:46
rafeed__ has joined #ruby-lang
15:47
rafeed has quit [Quit: Lost terminal]
15:47
rafeed__ has quit [Client Quit]
15:50
tylersmith has quit [Ping timeout: 256 seconds]
15:55
cordax has joined #ruby-lang
15:55
hramrach_ has quit [Remote host closed the connection]
15:56
hramrach_ has joined #ruby-lang
15:57
jxie has joined #ruby-lang
15:57
rafeed has joined #ruby-lang
15:59
cordax has quit [Client Quit]
15:59
randym_ has joined #ruby-lang
16:04
ironcame1 has joined #ruby-lang
16:04
neurodam1ge has joined #ruby-lang
16:04
tpope_ has joined #ruby-lang
16:04
lianj_ has joined #ruby-lang
16:04
lianj_ has quit [Changing host]
16:04
lianj_ has joined #ruby-lang
16:04
rafeed has quit [Quit: Lost terminal]
16:05
spectra_ has joined #ruby-lang
16:07
rafeed_ has joined #ruby-lang
16:09
DEac- has quit [Quit: leaving]
16:10
glebm has quit [Ping timeout: 252 seconds]
16:11
madveru has joined #ruby-lang
16:12
dhruvasagar has joined #ruby-lang
16:12
kgrz has joined #ruby-lang
16:15
whitemage has quit [Ping timeout: 252 seconds]
16:15
DEac- has joined #ruby-lang
16:15
rafeed_ has quit [Ping timeout: 240 seconds]
16:15
kgrz has quit [Client Quit]
16:17
intellitech has quit [*.net *.split]
16:17
tomzx_mac has quit [*.net *.split]
16:17
henrikhodne has quit [*.net *.split]
16:17
Johz has quit [*.net *.split]
16:17
Caius has quit [*.net *.split]
16:17
ironcamel has quit [*.net *.split]
16:17
spectra has quit [*.net *.split]
16:17
rondale_sc has quit [*.net *.split]
16:17
GitNick has quit [*.net *.split]
16:17
machuga has quit [*.net *.split]
16:17
lianj has quit [*.net *.split]
16:17
supyo has quit [*.net *.split]
16:17
tpope has quit [*.net *.split]
16:17
anekos_ has quit [*.net *.split]
16:17
manveru has quit [*.net *.split]
16:17
neurodamage has quit [*.net *.split]
16:23
henrikhodne has joined #ruby-lang
16:27
krohrbaugh has joined #ruby-lang
16:28
dhruvasagar has quit [Read error: Connection reset by peer]
16:29
glebm has joined #ruby-lang
16:32
supyo has joined #ruby-lang
16:33
benxao has quit [Remote host closed the connection]
16:33
rafeed1 has joined #ruby-lang
16:34
intellitech has joined #ruby-lang
16:38
rondale_sc has joined #ruby-lang
16:38
Caius has joined #ruby-lang
16:38
machuga has joined #ruby-lang
16:38
anekos_ has joined #ruby-lang
16:38
GitNick has joined #ruby-lang
16:39
Johz has joined #ruby-lang
16:39
krohrbaugh has quit [Quit: Leaving.]
16:39
TheNotary has joined #ruby-lang
16:40
ihme-TTilus is now known as TTilus
16:44
MartynKeigher has quit [Ping timeout: 240 seconds]
16:45
<
rafeed1 >
anyone available to answer some questions for a newbie?
16:46
tylersmith has joined #ruby-lang
16:46
<
havenwood >
rafeed1: Sure. What's up?
16:49
<
rafeed1 >
it basically searches my google starred json and attempts to find links to all of my starred 500px images
16:49
<
rafeed1 >
but some images on 500px are deleted so it errors out
16:49
<
rafeed1 >
and doesn't keep going through the list of photo id's that I have
16:50
<
rafeed1 >
This works if all of the photo id's are still alive, but bugs out if a photo's been deleted
16:50
tylersmith has quit [Ping timeout: 246 seconds]
16:51
MartynKeigher has joined #ruby-lang
16:51
<
rafeed1 >
sorry if the code makes your eyes bleed haha
16:52
<
apeiros >
rafeed1: there's always eyebleach.com
16:53
mrfelix has joined #ruby-lang
16:53
<
havenwood >
rafeed1: Sounds like you might be looking for rescuing an exception? Do you know about `begin rescue`?
16:54
<
rafeed1 >
apeiros: haha good one
16:54
<
rafeed1 >
havenwood: no, never heard about it, but it seems like I do indeed need to gracefully get out of the exception that's caused by the 404
16:55
<
havenwood >
rafeed1: Just rescue the type of exception that is being raised. E.g.: begin; #code here gets 404; rescue TypeOfErrorHere;end
16:57
mrfelix has quit [Client Quit]
16:57
<
rafeed1 >
ah okay. thanks havenwood.
16:58
<
rafeed1 >
I'll look into it
16:58
<
rafeed1 >
I get a "gstarpx.rb:115:in `block in <main>': undefined method `[]' for nil:NilClass (NoMethodError)"
16:59
<
apeiros >
rafeed1: line 115 is `imurl = photo["image_url"]`
16:59
<
havenwood >
rafeed1: Ahh. So you are returning `nil` and then trying to do: nil[something]
16:59
<
apeiros >
the only place where you call the [] method there is `photo["image_url"]`
16:59
<
apeiros >
so this error tells you that you call [] on nil, hence you can infer that photo is nil
16:59
<
apeiros >
all you have to do is check whether photo is nil or not
17:00
<
apeiros >
also, clean up your code and indent properly :-p
17:00
<
rafeed1 >
ahhh yeah, there's no url if it 404's out
17:00
<
rafeed1 >
hahaha yeah sublime takes care of that ;)
17:00
<
apeiros >
doesn't seem like
17:00
<
apeiros >
your pasted code is wrongly indented
17:03
<
rafeed1 >
so basically all i have to do is check if imurl returns nil and then continue in the loop?
17:04
workmad3 has joined #ruby-lang
17:06
<
apeiros >
that's too late
17:06
<
apeiros >
as I said,
*photo* is nil
17:07
<
apeiros >
so photo["image_url"] fails
17:08
LinkedoT has quit [Ping timeout: 240 seconds]
17:08
<
rafeed1 >
is there a simple line that would fix that? i.e. like if photo?nil then do.something
17:08
kgrz has joined #ruby-lang
17:08
LinkedoT has joined #ruby-lang
17:12
fedesilva_zzzzZZ has joined #ruby-lang
17:13
teleological has quit [Remote host closed the connection]
17:14
lsegal has joined #ruby-lang
17:14
fedesilv_ has quit [Ping timeout: 246 seconds]
17:15
<
havenwood >
rafeed1: unless photo.nil?; photo[]; end
17:16
<
havenwood >
rafeed1: But you can just: if photo; photo[]; end
17:17
kgrz has quit [Ping timeout: 245 seconds]
17:19
<
rafeed1 >
havenwood: thanks, I'll try that
17:19
<
rafeed1 >
apeiros: thanks as well
17:20
mistym has quit [Remote host closed the connection]
17:20
fedesilva_zzzzZZ is now known as fedesilva
17:20
<
apeiros >
yeah, just `if photo then … end`
17:21
<
apeiros >
rafeed1: `open(imurl).read` is bad style. sadly it's shown in multiple places like that. if you want a similarly terse but better form, use `open(imurl, &:read)
17:22
<
rafeed1 >
apeiros: yeah definitely. I did find it in a lot of places. Thanks for the suggestion. On that note, is there a way to change those last lines to write out the image name as the photo id instead of just 5.jpg?
17:24
elia has joined #ruby-lang
17:25
maxmanders has joined #ruby-lang
17:26
<
apeiros >
if you have the image name somewhere, sure
17:26
teleological has joined #ruby-lang
17:28
vlad_starkov has quit [Remote host closed the connection]
17:28
vlad_starkov has joined #ruby-lang
17:30
<
yorickpeterse >
whitequark: y u break parser
17:30
<
yorickpeterse >
beta1 gives me this shit:
17:31
vlad_sta_ has joined #ruby-lang
17:31
mbj has quit [Ping timeout: 246 seconds]
17:33
<
whitequark >
show me your builder
17:33
mbj has joined #ruby-lang
17:35
vlad_starkov has quit [Ping timeout: 256 seconds]
17:35
judofyr has joined #ruby-lang
17:36
sush24 has quit [Quit: This computer has gone to sleep]
17:37
arooni-mobile has joined #ruby-lang
17:38
norplr has joined #ruby-lang
17:38
UziMonkey__ has joined #ruby-lang
17:38
Spaceghost|cloud has joined #ruby-lang
17:42
maxmanders has quit [Quit: Computer has gone to sleep.]
17:43
<
rafeed1 >
apeiros and havenwood: the if photo line works perfectly
17:43
<
rafeed1 >
thanks for both your help!
17:44
<
rafeed1 >
and I figured out how to write it out into their photo id for the name of the files
17:44
havenwood has quit [Read error: Connection reset by peer]
17:45
havenwood has joined #ruby-lang
17:47
tylersmith has joined #ruby-lang
17:48
<
whitequark >
yorickpeterse: ahhh
17:48
<
whitequark >
I indeed broke that
17:48
<
yorickpeterse >
heh
17:48
<
yorickpeterse >
I have no idea what's causing it though
17:48
<
whitequark >
s,source_map,location,
17:48
<
yorickpeterse >
when I run parser standalone (e.g. in Pry) it works just fine
17:48
<
yorickpeterse >
so it seems to happen when using a custom builder
17:49
judofyr_ has joined #ruby-lang
17:49
judofyr_ has left #ruby-lang [#ruby-lang]
17:49
<
whitequark >
yorickpeterse: just told ya
17:49
judofyr has quit [Ping timeout: 256 seconds]
17:50
<
whitequark >
replace source_map with location
17:50
marr has joined #ruby-lang
17:50
<
whitequark >
one of the (few) API changes in 2.0
17:50
saarinen has quit [Quit: saarinen]
17:50
<
yorickpeterse >
FUCKING CATS OUTSIDE
17:50
<
whitequark >
that's ambiguous
17:50
<
yorickpeterse >
if I knew where they were I'd throw my old pair of shoes at them
17:51
<
yorickpeterse >
either way, back to code
17:51
tylersmith has quit [Ping timeout: 252 seconds]
17:52
mucker has joined #ruby-lang
17:53
<
workmad3 >
whitequark: if they're making a real racket, chances are both meanings are appropriate
17:54
mrfelix has joined #ruby-lang
17:55
maxmanders has joined #ruby-lang
17:56
arooni-mobile has quit [Ping timeout: 252 seconds]
17:57
krohrbaugh has joined #ruby-lang
17:58
maxmanders has quit [Client Quit]
17:59
brianpWins has joined #ruby-lang
18:00
brianpWins has left #ruby-lang [#ruby-lang]
18:02
krohrbaugh has quit [Ping timeout: 246 seconds]
18:05
tomzx_mac has joined #ruby-lang
18:06
machuga is now known as machuga|away
18:08
apeiros_ has joined #ruby-lang
18:08
baba has joined #ruby-lang
18:10
djwonk has joined #ruby-lang
18:12
apeiros has quit [Ping timeout: 264 seconds]
18:13
TheNotary has quit [Quit: Leaving]
18:14
arubin has joined #ruby-lang
18:15
workmad3 has quit [Ping timeout: 245 seconds]
18:17
wallerdev has joined #ruby-lang
18:18
symm- has joined #ruby-lang
18:25
poga has joined #ruby-lang
18:25
dingus_khan has joined #ruby-lang
18:26
atomrubyist has joined #ruby-lang
18:27
tdy has quit [Read error: Connection reset by peer]
18:32
Cakey has quit [Ping timeout: 264 seconds]
18:33
arooni-mobile has joined #ruby-lang
18:33
atomrubyist has quit [Quit: atomrubyist]
18:33
saarinen has joined #ruby-lang
18:40
atomrubyist has joined #ruby-lang
18:40
havenwood has quit [Remote host closed the connection]
18:40
stfn_ has joined #ruby-lang
18:44
atomrubyist has quit [Client Quit]
18:44
glebm has joined #ruby-lang
18:46
pskosinski has quit [Remote host closed the connection]
18:49
sush24 has joined #ruby-lang
18:49
djwonk has quit [Quit: djwonk]
18:54
teleological has quit [Remote host closed the connection]
18:55
djwonk has joined #ruby-lang
18:56
arooni-mobile has quit [Ping timeout: 240 seconds]
18:56
atomrubyist has joined #ruby-lang
18:57
_baba_ has joined #ruby-lang
18:57
baba has quit [Ping timeout: 256 seconds]
18:58
floyd2 has quit [Read error: Operation timed out]
18:59
poga has quit [Remote host closed the connection]
19:00
brianpWins has joined #ruby-lang
19:00
floyd2 has joined #ruby-lang
19:02
jonahR has joined #ruby-lang
19:03
jonahR has quit [Client Quit]
19:04
jonahR has joined #ruby-lang
19:04
ikrima has joined #ruby-lang
19:07
dingus_khan has quit [Remote host closed the connection]
19:10
mistym has joined #ruby-lang
19:10
mistym has quit [Changing host]
19:10
mistym has joined #ruby-lang
19:11
KillerFox has joined #ruby-lang
19:13
copycatzen has joined #ruby-lang
19:15
_baba_ has quit [Quit: WeeChat 0.4.0]
19:15
baba has joined #ruby-lang
19:16
copycatzen has quit [Read error: Connection reset by peer]
19:20
jacktrick has joined #ruby-lang
19:22
jbsan has quit [Quit: jbsan]
19:22
jbsan has joined #ruby-lang
19:33
benanne has quit [Quit: kbai]
19:33
dingus_khan has joined #ruby-lang
19:34
dingus_khan has quit [Remote host closed the connection]
19:38
dingus_khan has joined #ruby-lang
19:42
workmad3 has joined #ruby-lang
19:46
atomrubyist has left #ruby-lang [#ruby-lang]
19:47
tylersmith has joined #ruby-lang
19:49
yxhuvud has joined #ruby-lang
19:50
nirix has quit [Ping timeout: 252 seconds]
19:52
tylersmith has quit [Ping timeout: 276 seconds]
19:54
nirix has joined #ruby-lang
19:54
bashdy has joined #ruby-lang
19:55
saarinen has quit [Quit: saarinen]
19:58
bashdy has quit [Client Quit]
20:02
vlad_sta_ has quit [Read error: Connection reset by peer]
20:03
teleological has joined #ruby-lang
20:03
pskosinski has joined #ruby-lang
20:04
sandbags has joined #ruby-lang
20:04
sandbags has joined #ruby-lang
20:04
sandbags has quit [Changing host]
20:04
teleological has quit [Remote host closed the connection]
20:07
workmad3 has quit [Read error: Operation timed out]
20:18
sush24 has quit [Quit: This computer has gone to sleep]
20:18
JoelMcCracken has joined #ruby-lang
20:19
gjackson has joined #ruby-lang
20:20
nirix has quit [Ping timeout: 252 seconds]
20:20
<
JoelMcCracken >
is there a good way to check on the status of a drb server? I just want to see if a drb server is running, and if so, to use it; otherwise do nothing
20:21
workmad3 has joined #ruby-lang
20:22
brianpWins has quit [Quit: brianpWins]
20:23
nirix has joined #ruby-lang
20:25
<
JoelMcCracken >
ok, going the exception-catching route
20:27
brianpWins has joined #ruby-lang
20:28
tdy has joined #ruby-lang
20:36
benanne has joined #ruby-lang
20:36
dingus_khan has quit [Remote host closed the connection]
20:38
lianj_ is now known as lianj
20:43
machuga|away is now known as machuga
20:43
dingus_khan has joined #ruby-lang
20:48
tylersmith has joined #ruby-lang
20:49
<
MouseTheLuckyDog >
Foes strip remove newlines too?
20:49
<
apeiros_ >
>> "foo\n".strip
20:50
<
apeiros_ >
irb can help you with "does X do Y" questions
20:52
tylersmith has quit [Ping timeout: 240 seconds]
20:52
gjackson has left #ruby-lang [#ruby-lang]
20:56
dingus_khan has quit [Remote host closed the connection]
20:58
dingus_khan has joined #ruby-lang
20:59
krohrbaugh has joined #ruby-lang
21:04
krohrbaugh has quit [Ping timeout: 264 seconds]
21:08
apeiros_ has quit [Remote host closed the connection]
21:08
apeiros has joined #ruby-lang
21:12
mbj has quit [Read error: Operation timed out]
21:12
Sm3lly has quit [Read error: Connection reset by peer]
21:12
jsullivandigs has quit [Read error: Connection reset by peer]
21:13
jsullivandigs has joined #ruby-lang
21:14
mbj has joined #ruby-lang
21:14
solars has quit [Ping timeout: 248 seconds]
21:14
Sm3lly has joined #ruby-lang
21:15
dingus_khan has quit [Remote host closed the connection]
21:16
dingus_khan has joined #ruby-lang
21:19
brianpWins has quit [Ping timeout: 276 seconds]
21:20
JoelMcCracken has quit [Ping timeout: 256 seconds]
21:26
ikrima has quit [Ping timeout: 256 seconds]
21:27
sandbags has quit [Remote host closed the connection]
21:28
ikrima has joined #ruby-lang
21:36
nirix has quit [Ping timeout: 252 seconds]
21:39
nirix has joined #ruby-lang
21:45
tdy has quit [Read error: Connection reset by peer]
21:46
tdy has joined #ruby-lang
21:48
tylersmith has joined #ruby-lang
21:51
s0ber has quit [Read error: Connection reset by peer]
21:53
s0ber has joined #ruby-lang
21:53
tylersmith has quit [Ping timeout: 256 seconds]
21:54
stfn_ has joined #ruby-lang
21:56
stonerfish has joined #ruby-lang
21:58
dingus_khan has quit [Remote host closed the connection]
21:59
krohrbaugh has joined #ruby-lang
22:01
ruurd has quit [Quit: Leaving...]
22:04
krohrbaugh has quit [Ping timeout: 264 seconds]
22:04
LinkedoT has quit [Ping timeout: 252 seconds]
22:04
stonerfish has quit [Quit: Leaving.]
22:05
LinkedoT has joined #ruby-lang
22:06
ruurd has joined #ruby-lang
22:14
Sm3lly has quit [Ping timeout: 240 seconds]
22:15
Wardrop has joined #ruby-lang
22:16
workmad3 has quit [Read error: Operation timed out]
22:17
ikrima has quit [Quit: Computer has gone to sleep.]
22:18
jacktrick has quit [Quit: Leaving]
22:18
rafeed1 has quit [Quit: Leaving.]
22:20
Johz has quit [Quit: AH HELP ITS ALL CRASHING AT ONCE I CANT STOP IT HELP HELP HELP <transmission ends>]
22:21
Averna has joined #ruby-lang
22:21
havenwood has joined #ruby-lang
22:27
justinmb_ has joined #ruby-lang
22:36
fosky has joined #ruby-lang
22:38
dingus_khan has joined #ruby-lang
22:49
tylersmith has joined #ruby-lang
22:50
Gaelan has quit [Remote host closed the connection]
22:51
Gaelan has joined #ruby-lang
22:53
tylersmith has quit [Ping timeout: 246 seconds]
22:55
ikrima has joined #ruby-lang
22:59
lcdhoffman has joined #ruby-lang
22:59
blaix has joined #ruby-lang
22:59
krohrbaugh has joined #ruby-lang
23:03
workmad3 has joined #ruby-lang
23:04
krombr has joined #ruby-lang
23:04
krohrbaugh has quit [Ping timeout: 264 seconds]
23:10
benanne has quit [Quit: kbai]
23:12
blaix has quit [Quit: Leaving.]
23:17
elia has quit [Quit: Computer has gone to sleep.]
23:23
mdedetrich has joined #ruby-lang
23:23
woollyams has joined #ruby-lang
23:26
jonahR has quit [Quit: jonahR]
23:27
ryez has joined #ruby-lang
23:38
justinmb_ has quit [Remote host closed the connection]
23:40
ia___ has quit [Remote host closed the connection]
23:43
symm- has quit [Ping timeout: 256 seconds]
23:44
ryez has quit [Quit: Page closed]
23:45
postmodern has joined #ruby-lang
23:49
tylersmith has joined #ruby-lang
23:50
dingus_khan has quit [Remote host closed the connection]
23:54
tylersmith has quit [Ping timeout: 256 seconds]