00:12
Rudd0 has quit [Ping timeout: 245 seconds]
00:13
Rudd0 has joined #ruby
00:17
matti has joined #ruby
00:17
jane_booty_doe has quit [Quit: Ping timeout (120 seconds)]
00:18
jane_booty_doe has joined #ruby
00:19
orbyt_ has quit [Ping timeout: 244 seconds]
00:21
Caerus has quit [Ping timeout: 240 seconds]
00:22
orbyt_ has joined #ruby
00:48
orbyt_ has quit [Ping timeout: 255 seconds]
00:49
bruce_lee has quit [Remote host closed the connection]
00:57
Caerus has joined #ruby
01:02
fluxAeon has quit [Ping timeout: 245 seconds]
01:04
orbyt_ has joined #ruby
01:09
zapata has quit [Read error: Connection reset by peer]
01:10
zapata has joined #ruby
01:16
mangold has joined #ruby
01:23
AJA4350 has quit [Remote host closed the connection]
01:23
jcarl43 has quit [Quit: WeeChat 2.4]
01:29
conta has joined #ruby
01:30
xco has joined #ruby
01:30
<
xco >
i’m creating an array of a particular random string
01:30
<
xco >
is there a better way to do this?
01:30
<
xco >
sample_space = ('A'..'Z').to_a + ('a'..'z').to_a + (0..9).to_a
01:31
<
xco >
in short i just want alphnumeric characters
01:32
<
havenwood >
xco: That's pretty much right. I'd just suggest reducing the number of method calls:
01:32
<
havenwood >
[*'a'..'z', *'A'..'Z', *'0'..'9']
01:32
<
xco >
havenwood: thanks
01:33
<
havenwood >
xco: np!
01:33
conta has quit [Ping timeout: 245 seconds]
01:33
<
xco >
* is the splat operator right
01:33
<
havenwood >
yes, splat like a bug
01:34
<
xco >
havenwood: so in doing this *’a’..’z’ you’re changing a range to an array?
01:34
<
xco >
i think i messed up
01:34
<
havenwood >
I like that the lonely person operator is someone sitting crosslegged staring at a dot: &.
01:34
<
havenwood >
&>> [*'a'..'z', *'A'..'Z', *'0'..'9']
01:35
<
havenwood >
xco: It expands the Range into Array elements.
01:36
houhoulis has joined #ruby
01:36
<
havenwood >
[*0..3] #=> [0, 1, 2, 3]
01:40
<
xco >
havenwood: yeap got it thanks :)
01:48
<
phaul >
never seen carc.in timing out like that before
01:48
ramfjord has joined #ruby
01:49
<
phaul >
&>> :test.to_s
01:50
\void has quit [Quit: So long, and thanks for all the fish.]
01:52
crankharder has quit [Ping timeout: 264 seconds]
01:52
SeepingN has quit [Quit: The system is going down for reboot NOW!]
01:52
xrexeon has quit [Remote host closed the connection]
01:57
fluxAeon has joined #ruby
02:03
eb0t has joined #ruby
02:05
def_jam has quit [Ping timeout: 244 seconds]
02:08
crankharder has joined #ruby
02:28
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:28
cow[moo] has joined #ruby
02:29
cow[moo] has quit [Client Quit]
02:34
xco has quit [Quit: xco]
02:43
sleetdrop has joined #ruby
02:55
blackmesa has quit [Ping timeout: 264 seconds]
02:56
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:15
phaul has quit [Ping timeout: 245 seconds]
03:16
rubydoc has quit [Ping timeout: 250 seconds]
03:16
rubydoc has joined #ruby
03:17
phaul has joined #ruby
03:28
ramfjord has quit [Ping timeout: 255 seconds]
03:33
t0xik has joined #ruby
03:36
sagax has joined #ruby
03:41
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:42
fluxAeon has quit [Read error: Connection reset by peer]
03:43
CrazyEddy has joined #ruby
03:47
fluxAeon has joined #ruby
03:58
Xeago_ has joined #ruby
03:58
Puppet_ has quit [Remote host closed the connection]
04:01
wolfshappen_ has quit [Ping timeout: 255 seconds]
04:02
wolfshappen has joined #ruby
04:02
Xeago_ has quit [Client Quit]
04:05
braincrash has quit [Quit: bye bye]
04:08
powerbit has joined #ruby
04:09
braincrash has joined #ruby
04:10
Xeago has quit [Quit: Xeago]
04:13
Xeago has joined #ruby
04:27
houhoulis has quit [Remote host closed the connection]
04:30
Swyper has joined #ruby
04:36
Swyper has quit [Remote host closed the connection]
04:38
T3RM1N41 has joined #ruby
04:38
T3RM1N41 has quit [Read error: Connection reset by peer]
04:41
tdy1 has joined #ruby
04:42
tdy has quit [Ping timeout: 250 seconds]
04:47
cagomez has joined #ruby
04:48
Azure|dc is now known as Azure
04:51
TechIsCool has quit [Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204]]
05:05
ansraliant has joined #ruby
05:09
ansraliant has quit [Client Quit]
05:10
ansraliant has joined #ruby
05:12
\void has joined #ruby
05:15
mikecmpb_ has joined #ruby
05:17
mikecmpbll has quit [Ping timeout: 250 seconds]
05:20
T3RM1N41 has joined #ruby
05:21
T3RM1N41 has quit [Max SendQ exceeded]
05:21
cagomez has quit [Remote host closed the connection]
06:07
reber has joined #ruby
06:07
reber__ has joined #ruby
06:08
reber__ has quit [Remote host closed the connection]
06:15
_whitelogger has joined #ruby
06:16
akem__ has quit [Remote host closed the connection]
06:17
akem__ has joined #ruby
06:20
jordanm has quit [Ping timeout: 272 seconds]
06:24
akem__ has quit [Remote host closed the connection]
06:24
akem__ has joined #ruby
06:28
conta has joined #ruby
06:31
agent_white has quit [Quit: bbl]
06:39
rippa has joined #ruby
06:40
TvL2386 has joined #ruby
06:46
\void has quit [Quit: So long, and thanks for all the fish.]
06:50
Swyper has joined #ruby
06:50
sauvin has joined #ruby
06:52
aupadhye has joined #ruby
06:54
Swyper has quit [Ping timeout: 245 seconds]
06:56
Swyper has joined #ruby
06:59
am0123_ has joined #ruby
07:00
prestorium has joined #ruby
07:00
ramfjord has joined #ruby
07:00
Swyper has quit [Ping timeout: 255 seconds]
07:04
ramfjord has quit [Ping timeout: 250 seconds]
07:06
cd has quit [Ping timeout: 256 seconds]
07:10
maufart__ has joined #ruby
07:16
mangold has quit [Quit: This computer has gone to sleep]
07:37
jordanm has joined #ruby
07:55
laaron has joined #ruby
08:01
nowhere_man has quit [Ping timeout: 258 seconds]
08:07
blackmesa has joined #ruby
08:07
fluxAeon has quit [Ping timeout: 246 seconds]
08:09
nwradio has quit [Read error: Connection reset by peer]
08:09
nwradio has joined #ruby
08:10
tdy1 has quit [Ping timeout: 255 seconds]
08:16
laaron has quit [Remote host closed the connection]
08:16
laaron- has joined #ruby
08:17
rafadc_ has joined #ruby
08:17
clemens3_ has joined #ruby
08:17
laaron- has quit [Client Quit]
08:21
blackmesa has quit [Ping timeout: 257 seconds]
08:30
blackmesa has joined #ruby
08:36
laaron has joined #ruby
08:42
alem0lars has joined #ruby
08:45
alem0lars has quit [Remote host closed the connection]
08:45
jmcgnh has quit [Read error: Connection reset by peer]
08:45
alem0lars has joined #ruby
08:46
ansraliant has quit [Quit: My planet needs me]
08:49
jmcgnh has joined #ruby
08:51
dante has quit [Quit: bye]
08:53
dante has joined #ruby
08:57
jinie has joined #ruby
08:59
mangold has joined #ruby
09:00
dante has quit [Remote host closed the connection]
09:00
dante has joined #ruby
09:04
AJA4350 has joined #ruby
09:06
laaron has joined #ruby
09:07
fox_mulder_cp has joined #ruby
09:11
<
fox_mulder_cp >
hi, folks. i try to create a DNS control gem, which operated of three of four items - Server, DnsZone, RRSet, Record. how i can write proper code, where initialized server passed to zone, and some from zone passed to rrset for operations?
09:14
<
fox_mulder_cp >
for some like zonelist = Server.new(ip,login,pass).zones; rrset = RRSet.new(name, content); zone = Server.new(ip,login,pass).zone.create(name, nsservers, rrset);
09:15
stooj has joined #ruby
09:16
<
fox_mulder_cp >
i need a help with basic classes skeletone
09:24
blackmesa has quit [Ping timeout: 250 seconds]
09:26
blackmesa has joined #ruby
09:37
conta has quit [Ping timeout: 258 seconds]
09:40
cnsvc_ has quit [Ping timeout: 256 seconds]
09:45
jyaworski has quit [Ping timeout: 240 seconds]
09:45
conta has joined #ruby
10:01
wolfshappen has quit [Ping timeout: 244 seconds]
10:02
wolfshappen_ has joined #ruby
10:03
kapil____ has joined #ruby
10:12
lxsameer has joined #ruby
10:14
Swyper has joined #ruby
10:18
Swyper has quit [Ping timeout: 259 seconds]
10:20
Swyper has joined #ruby
10:22
blackmesa has quit [Ping timeout: 258 seconds]
10:24
Swyper has quit [Ping timeout: 244 seconds]
10:27
mangold has quit [Quit: This computer has gone to sleep]
10:31
maufart__ has quit [Ping timeout: 250 seconds]
10:33
blackmesa has joined #ruby
10:35
mangold has joined #ruby
10:36
mangold has quit [Client Quit]
10:36
alem0lars has quit [Ping timeout: 250 seconds]
10:36
laaron has joined #ruby
10:37
blackmesa has quit [Ping timeout: 245 seconds]
10:37
mangold has joined #ruby
10:44
mangold has quit [Quit: This computer has gone to sleep]
10:45
alem0lars has joined #ruby
10:46
cthulchu has quit [Read error: Connection reset by peer]
10:54
mikecmpb_ has quit [Quit: inabit. zz.]
10:58
conta has quit [Ping timeout: 244 seconds]
10:58
akem__ has quit [Remote host closed the connection]
10:59
akem__ has joined #ruby
11:03
mikecmpbll has joined #ruby
11:10
conta has joined #ruby
11:15
lucasb has joined #ruby
11:20
am0123_ has quit [Ping timeout: 268 seconds]
11:29
Pisuke has quit [Ping timeout: 250 seconds]
11:29
Sembei has joined #ruby
11:30
beefjoe has joined #ruby
11:33
blaguvest has quit [Ping timeout: 245 seconds]
11:33
t0xik has quit [Quit: Connection closed for inactivity]
11:34
v01d4lph4 has joined #ruby
11:34
v01d4lph4 has quit [Read error: Connection reset by peer]
11:44
jyaworski has joined #ruby
11:50
jyaworski has quit [Ping timeout: 240 seconds]
11:57
maufart__ has joined #ruby
11:57
sagax has quit [Quit: Konversation terminated!]
11:57
jyaworski has joined #ruby
11:58
sagax has joined #ruby
11:58
dinfuehr has quit [Ping timeout: 268 seconds]
11:59
dinfuehr has joined #ruby
12:06
mangold has joined #ruby
12:17
conta has quit [Ping timeout: 257 seconds]
12:22
v01d4lph4 has joined #ruby
12:26
jyaworski has quit [Ping timeout: 255 seconds]
12:31
xrexeon has joined #ruby
12:52
ua has quit [Ping timeout: 255 seconds]
12:52
v01d4lph4 has quit [Remote host closed the connection]
12:52
am0123_ has joined #ruby
13:03
houhoulis has joined #ruby
13:07
ua has joined #ruby
13:23
v01d4lph4 has joined #ruby
13:23
ua has quit [Remote host closed the connection]
13:25
ua has joined #ruby
13:30
conta1 has joined #ruby
13:32
beefjoe has quit [Remote host closed the connection]
13:32
beefjoe has joined #ruby
13:33
alem0lars has quit [Ping timeout: 255 seconds]
13:41
akem__ has quit [Remote host closed the connection]
13:42
bmurt has joined #ruby
13:59
mikecmpbll has quit [Ping timeout: 250 seconds]
14:01
mikecmpbll has joined #ruby
14:07
mangold has quit [Quit: This computer has gone to sleep]
14:09
kspencer has quit []
14:10
kspencer has joined #ruby
14:17
towo has joined #ruby
14:26
akem has joined #ruby
14:27
Rapture has joined #ruby
14:28
jinie has joined #ruby
14:28
gnufied has quit [Remote host closed the connection]
14:31
alem0lars has joined #ruby
14:33
thinkpad has quit [Ping timeout: 245 seconds]
14:47
jyaworski has joined #ruby
14:48
aupadhye has quit [Ping timeout: 255 seconds]
14:50
v01d4lph4 has quit [Remote host closed the connection]
14:50
beefjoe has quit [Quit: <3]
14:52
houhoulis has quit [Remote host closed the connection]
14:56
laaron has joined #ruby
15:01
ramfjord has joined #ruby
15:05
ramfjord has quit [Ping timeout: 244 seconds]
15:07
Fischmop has quit [Quit: WeeChat 2.3]
15:08
conta1 has quit [Ping timeout: 255 seconds]
15:09
nowhere_man has joined #ruby
15:14
Onwarion has quit [Remote host closed the connection]
15:14
Onwarion has joined #ruby
15:14
blackmesa has joined #ruby
15:16
beefjoe has joined #ruby
15:16
noboruma has joined #ruby
15:17
noboruma has quit [Client Quit]
15:17
noboruma has joined #ruby
15:18
jyaworski has quit [Ping timeout: 246 seconds]
15:19
noboruma has quit [Client Quit]
15:19
noboruma has joined #ruby
15:20
rubydoc has quit [Ping timeout: 255 seconds]
15:20
polishdub has joined #ruby
15:21
clickbai1 has joined #ruby
15:21
rubydoc has joined #ruby
15:21
phaul has quit [Ping timeout: 244 seconds]
15:21
clickbai1 has quit [Client Quit]
15:21
clickbai1 has joined #ruby
15:21
phaul has joined #ruby
15:22
clickbai1 is now known as snapcase
15:25
V1s1ble has quit [Ping timeout: 250 seconds]
15:29
Fusl has quit [Quit: oh god please send help]
15:30
Fusl has joined #ruby
15:41
SeepingN has joined #ruby
15:43
xrexeon has quit [Remote host closed the connection]
15:43
gnufied has joined #ruby
15:45
akem has quit [Remote host closed the connection]
15:45
xrexeon has joined #ruby
15:46
akem has joined #ruby
15:47
xrexeon has quit [Read error: Connection reset by peer]
15:48
xrexeon has joined #ruby
15:54
blackmesa1 has joined #ruby
15:55
orbyt_ has joined #ruby
15:56
jcarl43 has joined #ruby
15:56
blackmesa has quit [Ping timeout: 258 seconds]
15:58
mangold has joined #ruby
15:58
blackmesa1 has quit [Ping timeout: 250 seconds]
16:00
wolfshappen_ has quit [Ping timeout: 240 seconds]
16:02
ellcs has quit [Ping timeout: 268 seconds]
16:02
wolfshappen has joined #ruby
16:03
blackmesa1 has joined #ruby
16:04
laaron has joined #ruby
16:14
mikecmpbll has quit [Quit: inabit. zz.]
16:19
mikecmpbll has joined #ruby
16:22
am0123_ has quit [Ping timeout: 246 seconds]
16:23
xrexeon has quit [Remote host closed the connection]
16:25
mikecmpbll has quit [Ping timeout: 244 seconds]
16:26
tacoboy has joined #ruby
16:27
mikecmpbll has joined #ruby
16:30
tdy1 has joined #ruby
16:31
am0123_ has joined #ruby
16:31
agent_white has joined #ruby
16:35
KeyJoo has joined #ruby
16:36
am0123_ has quit [Ping timeout: 250 seconds]
16:46
clemens3_ has quit [Ping timeout: 255 seconds]
16:50
gnufied has quit [Remote host closed the connection]
16:51
ivanskie has joined #ruby
16:55
\void has joined #ruby
16:56
blackmesa1 has quit [Ping timeout: 268 seconds]
17:05
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:06
t0xik has joined #ruby
17:06
blackmesa1 has joined #ruby
17:06
AJA4350 has quit [Ping timeout: 244 seconds]
17:17
Dbugger has joined #ruby
17:17
mikecmpbll has quit [Ping timeout: 258 seconds]
17:20
\void has quit [Quit: So long, and thanks for all the fish.]
17:21
blackmesa1 has quit [Ping timeout: 258 seconds]
17:26
lxsameer has quit [Ping timeout: 246 seconds]
17:29
maufart__ has quit [Ping timeout: 268 seconds]
17:31
cthulchu has joined #ruby
17:34
prestorium has quit [Ping timeout: 255 seconds]
17:37
orbyt_ has joined #ruby
17:42
orbyt_ has quit [Ping timeout: 258 seconds]
17:43
gnufied has joined #ruby
17:45
\void has joined #ruby
17:45
blackmesa has joined #ruby
17:45
orbyt_ has joined #ruby
17:45
[Butch] has joined #ruby
17:46
fribmendes has joined #ruby
17:49
AJA4350 has joined #ruby
17:50
beefjoe has quit [Quit: <3]
17:50
mangold has quit [Quit: This computer has gone to sleep]
17:51
jyaworski has joined #ruby
18:07
fribmendes has quit [Ping timeout: 268 seconds]
18:14
jyaworski has quit [Ping timeout: 258 seconds]
18:18
orbyt_ has quit [Ping timeout: 255 seconds]
18:20
sameerynho has joined #ruby
18:20
akem has quit [Remote host closed the connection]
18:21
akem has joined #ruby
18:29
xrexeon has joined #ruby
18:32
gix has joined #ruby
18:33
blackmesa has quit [Ping timeout: 258 seconds]
18:34
Fusl has quit [Remote host closed the connection]
18:34
Fusl has joined #ruby
18:44
renich has joined #ruby
18:45
segy has quit [Ping timeout: 244 seconds]
18:46
segy has joined #ruby
18:50
am0123_ has joined #ruby
18:50
renich_ has joined #ruby
18:51
renich has quit [Ping timeout: 245 seconds]
18:51
moei has joined #ruby
18:53
renich_ is now known as renich
18:55
am0123_ has quit [Ping timeout: 268 seconds]
18:59
akem has quit [Read error: Connection reset by peer]
18:59
akem has joined #ruby
18:59
ramfjord has joined #ruby
19:02
cnsvc_ has joined #ruby
19:03
jcarl43 has quit [Quit: WeeChat 2.4]
19:04
am0123_ has joined #ruby
19:12
mikecmpbll has joined #ruby
19:18
renich_ has joined #ruby
19:18
renich has quit [Ping timeout: 246 seconds]
19:24
sauvin has quit [Remote host closed the connection]
19:30
cd has joined #ruby
19:33
cagomez has joined #ruby
19:34
cagomez has quit [Read error: Connection reset by peer]
19:45
KeyJoo has quit [Ping timeout: 245 seconds]
19:51
orbyt_ has joined #ruby
19:58
jyaworski has joined #ruby
20:09
ur5us has joined #ruby
20:11
oncall-pokemon has joined #ruby
20:12
am0123_ has quit [Ping timeout: 245 seconds]
20:13
am0123_ has joined #ruby
20:14
barg has joined #ruby
20:15
<
barg >
does anybody use byebug over pre-byebug, if so, why?
20:23
tdy2 has joined #ruby
20:23
tdy1 has quit [Ping timeout: 255 seconds]
20:23
laaron has quit [Remote host closed the connection]
20:24
laaron has joined #ruby
20:27
xrexeon has quit [Remote host closed the connection]
20:28
alem0lars has quit [Ping timeout: 255 seconds]
20:30
jyaworski has quit [Ping timeout: 250 seconds]
20:33
DTZUZO has quit [Ping timeout: 264 seconds]
20:35
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:36
t0xik has quit [Quit: Connection closed for inactivity]
20:40
orbyt_ has quit [Ping timeout: 250 seconds]
20:40
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
20:44
evdubs has quit [Remote host closed the connection]
20:44
orbyt_ has joined #ruby
20:44
evdubs has joined #ruby
20:46
thinkpad has joined #ruby
20:46
tdy2 has quit [Ping timeout: 255 seconds]
20:47
renich_ has quit [Read error: Connection reset by peer]
20:53
bmurt has joined #ruby
20:54
prestorium has joined #ruby
21:04
Boubert has joined #ruby
21:13
tdy2 has joined #ruby
21:16
orbyt_ has quit [Ping timeout: 250 seconds]
21:32
thinkpad has quit [Quit: lawl]
21:33
Fernando-Basso has joined #ruby
21:51
<
ramfjord >
anyone know a reasonable way to do this?
21:51
nwradio has quit [Quit: Ping timeout (120 seconds)]
21:51
nwradio has joined #ruby
21:53
dinfuehr has quit [Ping timeout: 250 seconds]
21:54
dinfuehr has joined #ruby
22:00
wolfshappen has quit [Ping timeout: 250 seconds]
22:00
orbyt_ has joined #ruby
22:02
wolfshappen_ has joined #ruby
22:10
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:10
orbyt_ has quit [Ping timeout: 250 seconds]
22:12
orbyt_ has joined #ruby
22:18
nadir has joined #ruby
22:24
t0xik has joined #ruby
22:25
<
Radar >
ramfjord: to do what?
22:25
<
Radar >
Oh I missed a line
22:25
<
havenwood >
ramfjord: I commented on your gist with an example showing prepending a module.
22:26
hahuang65 has joined #ruby
22:27
prestorium has quit [Quit: prestorium]
22:28
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:31
<
Net >
I'm golfing, can I avoid the assignment in `foo = bar.baz; foo.nil? ? false : foo`?
22:32
renich has joined #ruby
22:33
my1es has joined #ruby
22:35
<
havenwood >
Net: You might need to show us that one in context. It seems from what you've shown that you just have: bar.baz
22:36
<
havenwood >
Net: Do you really need an explicit `false`? If `bar.baz #=> nil`, it's already falsey.
22:37
Dbugger has quit [Ping timeout: 250 seconds]
22:39
polishdub has quit [Remote host closed the connection]
22:42
Onwarion has quit [Ping timeout: 258 seconds]
22:42
Boubert has quit [Quit: Ik ga weg]
22:44
reber has quit [Remote host closed the connection]
22:47
<
leftylink >
while it would be possible to do `x|!0` to change nil to false, I would find it more likely that it's not necessary to change nil to false
22:54
hahuang65 has joined #ruby
22:55
<
Net >
havenwood: right, realized I can just do !!bar.baz
22:56
<
havenwood >
Net: or just: bar.baz
22:56
<
havenwood >
Net: `nil` and `false` are the only two falsey things
22:56
<
Net >
havenwood: I'd rather have a boolean than rely on falseyness
22:56
<
havenwood >
Net: then a double bang indeed suffices
22:57
<
Net >
leftylink's looks fancy, but not sure what it's doing
23:01
ramfjord has quit [Ping timeout: 250 seconds]
23:02
<
leftylink >
!0 is false, that's all there is to it
23:02
<
leftylink >
golfing, so it's better to write `false` in as few chars as possible... but then I realised that !!x is one char less than x|!0
23:02
<
leftylink >
too bad.
23:03
blackmesa has joined #ruby
23:04
<
leftylink >
in the same vein, one wants to write `p` instead of `nil` and `!p` instead of `true`
23:05
Azure|dc has joined #ruby
23:05
<
Net >
I see, bitwise or with special handling for nil
23:07
Azure has quit [Ping timeout: 268 seconds]
23:11
<
leftylink >
... whoops, which also made me realise it doesn't work if x is possibly a number, since then it will do something for `|` (bitwise or) that I didn't want it to do
23:12
jyaworski has joined #ruby
23:13
<
leftylink >
... so yeah another reason why !! is the better
23:14
lucasb has quit [Quit: Connection closed for inactivity]
23:25
AJA4350 has quit [Ping timeout: 255 seconds]
23:25
tdy2 is now known as tdy
23:38
ellcs has joined #ruby
23:47
jyaworski has quit [Ping timeout: 250 seconds]
23:47
am0123_ has quit [Ping timeout: 250 seconds]
23:48
oncall-pokemon has quit [Quit: Connection closed for inactivity]
23:50
AJA4350 has joined #ruby
23:53
ellcs has quit [Ping timeout: 268 seconds]
23:55
tylerc has joined #ruby
23:56
Fernando-Basso has quit [Remote host closed the connection]
23:59
ua has quit [Ping timeout: 244 seconds]