00:00
dasher00 has quit [Ping timeout: 256 seconds]
00:04
crankharder has quit [Ping timeout: 240 seconds]
00:09
ur5us has quit [Ping timeout: 260 seconds]
00:12
TCZ has quit [Quit: Leaving]
00:14
ur5us has joined #ruby
00:15
crankharder has joined #ruby
00:20
crankharder has quit [Ping timeout: 260 seconds]
00:28
matcouto has joined #ruby
00:29
matcouto has quit [Client Quit]
00:42
landakram has joined #ruby
01:02
crankharder has joined #ruby
01:03
spacesuitdiver has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:05
spacesuitdiver has joined #ruby
01:08
crankharder has quit [Ping timeout: 264 seconds]
01:20
crankharder has joined #ruby
01:24
crankharder has quit [Ping timeout: 260 seconds]
01:53
crankharder has joined #ruby
01:59
crankharder has quit [Ping timeout: 240 seconds]
02:10
crankharder has joined #ruby
02:11
edwardly has quit [Ping timeout: 258 seconds]
02:15
crankharder has quit [Ping timeout: 256 seconds]
02:32
ChmEarl has quit [Quit: Leaving]
02:46
landakram has quit [Ping timeout: 260 seconds]
02:51
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:53
edwardly has joined #ruby
03:00
TvL2386 has quit [Ping timeout: 256 seconds]
03:09
chouhoulis has quit [Remote host closed the connection]
03:27
cliluw has quit [Ping timeout: 260 seconds]
03:30
cliluw has joined #ruby
03:38
dcunit3d has quit [Ping timeout: 260 seconds]
03:40
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
03:45
justHaunted has quit [Read error: Connection reset by peer]
03:47
justHaunted has joined #ruby
03:51
dcunit3d has joined #ruby
03:57
Liothen has quit [Quit: Liothen]
03:58
Liothen has joined #ruby
03:58
Liothen has quit [Client Quit]
04:10
RiPuk has joined #ruby
04:17
adu has joined #ruby
04:19
coniptor has quit [Ping timeout: 256 seconds]
04:38
ur5us has quit [Ping timeout: 260 seconds]
04:39
coniptor has joined #ruby
04:50
BTRE has quit [Ping timeout: 258 seconds]
04:58
orbyt_ has joined #ruby
05:06
Liothen has joined #ruby
05:08
fercell has joined #ruby
05:12
cliluw has quit [Read error: Connection reset by peer]
05:13
cliluw has joined #ruby
05:14
shoshin8 has joined #ruby
05:15
shoshin has quit [Read error: Connection reset by peer]
05:15
shoshin8 is now known as shoshin
05:19
rmnull has joined #ruby
05:28
rmnull has quit [Quit: WeeChat 2.9]
05:32
mozzarella has quit [Remote host closed the connection]
05:33
mozzarella has joined #ruby
05:48
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
06:25
vondruch has joined #ruby
06:45
BSaboia has joined #ruby
06:49
burgestrand has joined #ruby
06:50
adu has quit [Quit: adu]
06:56
ldepandis has joined #ruby
07:04
cthulchu has quit [Ping timeout: 260 seconds]
07:11
Rudd0 has quit [Ping timeout: 256 seconds]
07:17
TvL2386 has joined #ruby
07:24
canton7 has joined #ruby
07:25
BTRE has joined #ruby
07:29
dionysus69 has joined #ruby
07:47
akem_ has joined #ruby
07:48
akem has quit [Ping timeout: 260 seconds]
07:52
dain has joined #ruby
07:53
TomyWork has joined #ruby
08:02
landakram has joined #ruby
08:10
akem_ has quit [Quit: Leaving]
08:25
cd has quit [Quit: cd]
08:33
vondruch has quit [Ping timeout: 256 seconds]
08:44
braincrash has joined #ruby
08:49
BSaboia has quit [Quit: This computer has gone to sleep]
08:52
imode has quit [Ping timeout: 258 seconds]
08:55
howdoi has quit [Quit: Connection closed for inactivity]
09:12
vondruch has joined #ruby
09:13
Jonopoly has joined #ruby
09:30
ap4y has quit [Ping timeout: 260 seconds]
09:30
BSaboia has joined #ruby
09:36
roshanavand has quit [Ping timeout: 240 seconds]
09:48
dasher00 has joined #ruby
09:48
Bish has joined #ruby
09:48
<
Bish >
im doing some hacking, does somebody know a cool way to change ram of a process with ruby?
09:48
burgestrand has quit [Quit: burgestrand]
10:01
Rudd0 has joined #ruby
10:03
<
nakilon >
the gem is 10 years old though but it has another link you might find to be useful
10:05
vondruch has quit [Ping timeout: 260 seconds]
10:09
<
Bish >
i basicially just want to change some bytes inside a process
10:09
<
nakilon >
looks like this tool even has GUI but I don't see the dependency in gemspec
10:10
<
Bish >
this looks like a very wondows-ish tool
10:10
<
Bish >
man this is more complicated then it'd need to be
10:11
roshanavand has joined #ruby
10:12
<
nakilon >
maybe because what you want is more complicated than you expect
10:12
<
Bish >
that could be
10:12
<
Bish >
but actually no, i did this with cheat engines when i was 10
10:13
<
nakilon >
because the cheatengine uses already known data for a specific game executable that some hacker has made for you
10:14
Jonopoly has quit [Quit: WeeChat 2.9]
10:14
<
nakilon >
while as I understand you are now facing some applications where you want to be that hacker
10:14
<
nakilon >
so you'll need to dive deeper
10:14
<
Bish >
i also found own, not-predifned cheats not doing the same thing
10:14
<
Bish >
and im programming since 20 years since then
10:14
<
Bish >
im sure there is a way to do that with a bashscript, but im confused this is so hard
10:16
<
nakilon >
it's not hard, you just never did this before
10:16
<
Bish >
yes, but it should be as easy as
10:16
<
Bish >
memory_reagions.each { |x| puts x.data }
10:17
<
nakilon >
I would google that "ptrace" and check the "samples" folder in that tool repo
10:17
<
nakilon >
maybe it's exactly like you just said but you don't know the exact method name because you didn't read the docs
10:22
burgestrand has joined #ruby
10:24
stan has quit [Quit: killed]
10:24
hsiktas[m] has quit [Quit: killed]
10:30
_whitelogger has joined #ruby
10:33
ruurd has quit [Remote host closed the connection]
10:35
turt2live has joined #ruby
10:37
<
leftylink >
just want to know how ruby could know what I mean when I write _1
10:37
<
leftylink >
&>> {a: 1}.each { p _1 }
10:37
<
leftylink >
&>> {a: 1}.each { _ = _2; p _1 }
10:38
ruurd has joined #ruby
10:38
<
leftylink >
so I guess the
*mere presence* of _2 will change the meaning of _1. if _2 is not present, then _1 is assumed to mean what it means in the first example
10:38
<
leftylink >
I guess I can live with that as long as it's consistently that way
10:39
<
leftylink >
combine the two into one example
10:39
<
leftylink >
&>> [{a: 1}.each { break _1 }, {a: 1}.each { _2; break _1 }]
10:42
<
leftylink >
ah, in proc. great, thank you
10:42
<
leftylink >
thinking about it, the different meaning of _1 remains sensible. it is just as if the || had that many things in it
10:42
<
leftylink >
&>> [{a: 1}.each { |a| break a }, {a: 1}.each { |a, _| break a }]
10:42
<
jhass >
I hate the entire feature honestly :)
10:42
<
leftylink >
so that is how I should understand it
10:48
vondruch has joined #ruby
10:48
Jonopoly has joined #ruby
10:50
<
nakilon >
I hate the feature too; I know the pattern, I used it in Mathematica; but in Ruby it's just gonna break my code, lol
10:51
<
nakilon >
and it took me a while now to understand the _ = _2 snippet above
10:51
gremax has joined #ruby
10:52
ruurd has quit [Read error: Connection reset by peer]
10:53
ruurd has joined #ruby
10:54
RiPuk has quit [Ping timeout: 256 seconds]
10:54
<
nakilon >
I like the stdlib they take from Mathematica, like Tally and I guess either NestList was taken already in latest versions or I would be happy to see it
10:54
<
nakilon >
but this thing...
11:21
hsiktas[m] has joined #ruby
11:21
stan has joined #ruby
12:00
roshanavand has joined #ruby
12:03
TCZ has quit [Quit: Leaving]
12:05
fercell has quit [Ping timeout: 260 seconds]
12:12
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:16
bmurt has joined #ruby
12:19
cow[moo] has joined #ruby
12:28
cow[moo] has quit [Ping timeout: 258 seconds]
12:32
vondruch has quit [Ping timeout: 244 seconds]
12:45
impermanence has joined #ruby
13:00
wild_buffalo44 has joined #ruby
13:01
<
wild_buffalo44 >
Hi
13:01
<
wild_buffalo44 >
I'm learning some Ruby and I've stumbled on the following problem
13:01
<
wild_buffalo44 >
I created a new gem using `bundle gem`
13:02
<
wild_buffalo44 >
on `lib/ruby_playground/version.rb` I defined a method foo inside the module statement
13:02
TCZ has joined #ruby
13:02
<
wild_buffalo44 >
in IRB I can access `RubyPlayground::VERSION`, but I can't access `RubyPlayground.foo`, I get a NoMethodError
13:02
<
wild_buffalo44 >
Why is that?
13:03
<
wild_buffalo44 >
is my new method somehow private?
13:04
vondruch has joined #ruby
13:06
<
havenwood >
wild_buffalo44: It's not private, it's just an instance method so it needs to be extended to be a module method or the idiomatic way is to use `module_function`.
13:07
<
havenwood >
wild_buffalo44: You can just add a single `module_function` line at the top of your module, if you want all methods to be module methods (module functions).
13:07
<
wild_buffalo44 >
havenwood great, thanks!
13:07
<
havenwood >
&>> module Foo; module_function; def foo; 42 end end; Foo.foo
13:07
<
wild_buffalo44 >
what do you mean by extended to be a modue method?
13:08
<
havenwood >
wild_buffalo44: That'd be like:
13:08
<
havenwood >
&>> module Foo; extend self; def foo; 42 end end; Foo.foo
13:08
<
wild_buffalo44 >
ah I see
13:08
<
wild_buffalo44 >
as if I was using it as a mixin
13:08
<
leftylink >
&>> module A; def foo; :bar end end; extend A; foo
13:09
<
wild_buffalo44 >
ok that explains it to me, thanks
13:09
<
wild_buffalo44 >
so if I'm just making a grab bag of functions, the idiomatic way would be to announce module_method
13:11
<
wild_buffalo44 >
havenwood, @left
13:11
<
havenwood >
wild_buffalo44: Yup!
13:11
<
wild_buffalo44 >
havenwood, leftylink thanks for the help!
13:14
chouhoulis has joined #ruby
13:19
chouhoulis has quit [Ping timeout: 256 seconds]
13:22
ChmEarl has joined #ruby
13:28
dionysus70 has joined #ruby
13:28
shoshin has quit [Quit: Ping timeout (120 seconds)]
13:29
Lyubo1 has quit [Ping timeout: 260 seconds]
13:29
dionysus69 has quit [Remote host closed the connection]
13:29
dionysus70 is now known as dionysus69
13:29
shoshin has joined #ruby
13:29
brendan- has quit [Ping timeout: 260 seconds]
13:29
NightMonkey has joined #ruby
13:30
dan64 has joined #ruby
13:31
bvdw has joined #ruby
13:31
brendan- has joined #ruby
13:32
wild_buffalo44 has quit [Ping timeout: 245 seconds]
13:55
<
EdwardIII >
i read rebuilding rails last night. kinda interesting
13:57
crankharder has joined #ruby
13:58
BSaboia has joined #ruby
13:59
TCZ is now known as NieR
14:05
rippa has joined #ruby
14:06
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:07
bmurt has joined #ruby
14:10
Jonopoly has quit [Quit: WeeChat 2.9]
14:12
roshanavand has quit [Quit: Quitting...]
14:38
NieR has quit [Quit: Leaving]
14:51
orbyt_ has joined #ruby
14:58
<
adam12 >
EdwardIII: It's a good book. I liked it as well.
14:59
roshanavand has joined #ruby
14:59
<
EdwardIII >
was reading the ebook, the code samples got a bit squashed heh. also i think i would have loved to have seen the book use a more TDD approach to teaching, i find that works really well. plus one letter variables in a teaching material are a bit questionable imo. but in terms of giving you an overview of how something like this works, i think it's great
15:07
fercell has joined #ruby
15:16
BSaboia has quit [Quit: Leaving]
15:20
burgestrand has quit [Quit: burgestrand]
15:35
deathwishdave has joined #ruby
15:41
eddof13 has quit [Ping timeout: 264 seconds]
15:48
joshuacronemeyer has joined #ruby
15:50
cthulchu has joined #ruby
15:53
ujjain2 has joined #ruby
15:54
TomyWork has quit [Remote host closed the connection]
15:59
braincrash has quit [Ping timeout: 258 seconds]
16:04
chouhoulis has joined #ruby
16:06
crankharder has quit [Ping timeout: 260 seconds]
16:09
fercell has quit [Ping timeout: 272 seconds]
16:12
coltkirk has joined #ruby
16:14
<
coltkirk >
Hello everybody, I'm reading Programming Ruby at the moment and I'm enjoying it. Does anyone know of a particularly good/interesting Ruby youtube playlist/instructive series?
16:14
<
coltkirk >
For instance I was learning Common Lisp to help with Emacs, loved the Little Bits of Lisp series, looking for something like that but for Ruby
16:17
<
havenwood >
coltkirk: I've not seen Little Bits, but sounds like Ruby Tapas.
16:17
<
coltkirk >
lol thats adorable thank you for showing me the soundtrack
16:18
<
havenwood >
I do like the "This Book is Made (of Rabbits and Lemonade)" track
16:19
<
coltkirk >
lisp was a hard community to come out of, emacs community is fantastic, but the common lisp part of the lisp part is really hard to get good documentation
16:20
<
coltkirk >
I'll join the site you linked. I also like Ruby Koans, and the Koans series in general
16:27
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:27
braincrash has joined #ruby
16:30
orbyt_ has joined #ruby
16:34
<
jhass >
if you like the koans you also may like exercism.io :)
16:36
crankharder has joined #ruby
16:38
<
coltkirk >
I'll look forward to it
16:39
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:41
crankharder has quit [Ping timeout: 256 seconds]
16:41
ujjain2 has quit [Remote host closed the connection]
16:44
<
adam12 >
Rubytapas for sure. Almost every video (aside from a few quickclips he posts) are well thought out and concise. No umms, pauses, etc.
16:46
<
havenwood >
The Tapas are great.
16:47
<
havenwood >
And +1 Exercism.
16:48
<
havenwood >
Happy to give Exercism code review here too!
16:48
ujjain2 has joined #ruby
16:48
ujjain2 has quit [Remote host closed the connection]
16:49
ujjain2 has joined #ruby
16:50
dumptruckman has quit [Ping timeout: 260 seconds]
16:50
coffeejunk_ has joined #ruby
16:50
kevinsjoberg_ has joined #ruby
16:50
kozowu_ has joined #ruby
16:50
Iambchop_ has joined #ruby
16:50
cstrahan_ has joined #ruby
16:50
daemonwrangler has quit [Ping timeout: 246 seconds]
16:50
rann_ has joined #ruby
16:52
hays has joined #ruby
16:55
braincrash has quit [Ping timeout: 260 seconds]
16:55
ujjain2 has quit [Remote host closed the connection]
16:55
crankharder has joined #ruby
16:56
russt_ has joined #ruby
16:56
ujjain2 has joined #ruby
16:56
TheTFEF has joined #ruby
16:57
kevinsjoberg has quit [*.net *.split]
16:57
Iambchop has quit [*.net *.split]
16:57
rann has quit [*.net *.split]
16:57
kozowu has quit [*.net *.split]
16:57
cstrahan has quit [*.net *.split]
16:57
coffeejunk has quit [*.net *.split]
16:57
s_ has quit [*.net *.split]
16:57
madhatter has quit [*.net *.split]
16:57
russt has quit [*.net *.split]
16:57
Nightmare has quit [*.net *.split]
16:57
larissa has quit [*.net *.split]
16:57
_aeris_ has quit [*.net *.split]
16:57
iNs has quit [*.net *.split]
16:57
kevinsjoberg_ is now known as kevinsjoberg
16:57
Fusl has quit [Max SendQ exceeded]
16:57
Iambchop_ is now known as Iambchop
16:57
coffeejunk_ is now known as coffeejunk
16:57
kozowu_ is now known as kozowu
16:57
cstrahan_ is now known as cstrahan
16:57
rann_ is now known as rann
16:57
Fusl has joined #ruby
16:58
impermanence has quit [Ping timeout: 260 seconds]
16:59
ujjain2 has quit [Client Quit]
16:59
lightstalker has quit [Ping timeout: 246 seconds]
17:01
joshuacronemeyer has quit [Read error: Connection reset by peer]
17:02
ujjain2 has joined #ruby
17:03
lightstalker has joined #ruby
17:12
ujjain2 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:20
ujjain2 has joined #ruby
17:22
cthulchu has quit [Read error: Connection reset by peer]
17:22
cthulchu has joined #ruby
17:23
daemonwrangler has joined #ruby
17:24
dumptruckman has joined #ruby
17:26
howdoi has joined #ruby
17:28
ujjain2_ has joined #ruby
17:29
ujjain2 has quit [Ping timeout: 260 seconds]
17:29
_aeris_ has joined #ruby
17:29
iNs has joined #ruby
17:34
ujjain2_ has quit [Ping timeout: 260 seconds]
17:36
vondruch has quit [Quit: vondruch]
17:36
vondruch has joined #ruby
17:36
vondruch has quit [Remote host closed the connection]
17:36
landakram has quit [Remote host closed the connection]
17:36
vondruch has joined #ruby
17:41
vondruch has quit [Client Quit]
17:41
vondruch has joined #ruby
17:43
vondruch has quit [Client Quit]
17:44
vondruch has joined #ruby
17:47
coltkirk has quit [Ping timeout: 260 seconds]
17:48
orbyt_ has joined #ruby
17:48
vondruch has quit [Client Quit]
17:49
vondruch has joined #ruby
17:49
akem has joined #ruby
17:50
apoc has joined #ruby
17:51
braincrash has joined #ruby
17:53
vondruch has quit [Client Quit]
17:54
vondruch has joined #ruby
17:56
davispuh has joined #ruby
18:00
duderonomy has joined #ruby
18:01
joshuacronemeyer has joined #ruby
18:04
yxhuvud has quit [Remote host closed the connection]
18:05
apoc has quit [Changing host]
18:05
apoc has joined #ruby
18:10
yxhuvud has joined #ruby
18:17
vondruch has quit [Quit: vondruch]
18:17
vondruch has joined #ruby
18:18
crankharder has quit [Ping timeout: 260 seconds]
18:20
cd has joined #ruby
18:22
vondruch has quit [Client Quit]
18:23
vondruch has joined #ruby
18:24
bocaneri has quit [Read error: Connection reset by peer]
18:27
vondruch has quit [Client Quit]
18:28
vondruch has joined #ruby
18:28
vondruch has quit [Client Quit]
18:29
vondruch has joined #ruby
18:33
vondruch has quit [Client Quit]
18:34
vondruch has joined #ruby
18:34
vondruch has quit [Client Quit]
18:34
vondruch has joined #ruby
18:38
ua_ has quit [Ping timeout: 240 seconds]
18:39
hiroaki has joined #ruby
18:39
vondruch has quit [Client Quit]
18:39
vondruch has joined #ruby
18:43
fercell has joined #ruby
18:43
crankharder has joined #ruby
18:48
banisterfiend has joined #ruby
18:52
ua_ has joined #ruby
18:52
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
19:02
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:09
bmurt has joined #ruby
19:09
fercell has quit [Quit: WeeChat 2.9]
19:19
mojca_ has quit [Ping timeout: 256 seconds]
19:20
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:22
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:22
vondruch has quit [Quit: vondruch]
19:23
vondruch has joined #ruby
19:32
vondruch has quit [Quit: vondruch]
19:33
vondruch has joined #ruby
19:33
vondruch has quit [Client Quit]
19:34
vondruch has joined #ruby
19:38
vondruch has quit [Client Quit]
19:39
vondruch has joined #ruby
19:39
ur5us has joined #ruby
19:39
vondruch has quit [Client Quit]
19:39
vondruch has joined #ruby
19:44
vondruch has quit [Client Quit]
19:44
vondruch has joined #ruby
19:55
cd has quit [Quit: cd]
19:56
ap4y has joined #ruby
19:57
iNs has quit [Remote host closed the connection]
19:57
iNs has joined #ruby
19:59
cd has joined #ruby
20:03
joshuacronemeyer has joined #ruby
20:06
evdubs has quit [Remote host closed the connection]
20:06
evdubs has joined #ruby
20:07
imode has joined #ruby
20:09
roshanavand has quit [Ping timeout: 256 seconds]
20:18
iNs has quit [Ping timeout: 240 seconds]
20:22
iNs has joined #ruby
20:23
powerhouse has quit [Quit: Leaving]
20:25
stryek has joined #ruby
20:26
powerhouse has joined #ruby
20:36
dostoyevsky has quit [Ping timeout: 240 seconds]
20:36
TCZ has joined #ruby
20:36
dostoyevsky has joined #ruby
20:36
contradictioned has quit [Ping timeout: 264 seconds]
20:41
mozzarel1 has joined #ruby
20:45
queip_ has joined #ruby
20:46
Kilobyte22 has joined #ruby
20:46
ashby has joined #ruby
20:48
roshanavand has joined #ruby
20:48
leftylin1 has joined #ruby
20:50
cd has quit [*.net *.split]
20:50
ua_ has quit [*.net *.split]
20:50
cthulchu has quit [*.net *.split]
20:50
NightMonkey has quit [*.net *.split]
20:50
dasher00 has quit [*.net *.split]
20:50
BTRE has quit [*.net *.split]
20:50
TvL2386 has quit [*.net *.split]
20:50
mozzarella has quit [*.net *.split]
20:50
markong has quit [*.net *.split]
20:50
phaul has quit [*.net *.split]
20:50
queip has quit [*.net *.split]
20:50
swaggboi has quit [*.net *.split]
20:50
factormystic has quit [*.net *.split]
20:50
Mikaela has quit [*.net *.split]
20:50
Kilo`byte has quit [*.net *.split]
20:50
Azure has quit [*.net *.split]
20:50
Milos has quit [*.net *.split]
20:50
Xiti has quit [*.net *.split]
20:50
kinduff48 has quit [*.net *.split]
20:50
leftylink has quit [*.net *.split]
20:50
axsuul has quit [*.net *.split]
20:50
elagost has quit [*.net *.split]
20:50
mcr has quit [*.net *.split]
20:50
mkaito- has quit [*.net *.split]
20:50
JoshAshby has quit [*.net *.split]
20:50
rafadc has quit [*.net *.split]
20:50
umjisus has quit [*.net *.split]
20:50
olspookishmagus has quit [*.net *.split]
20:50
meimeix has quit [*.net *.split]
20:50
andremedeiros has quit [*.net *.split]
20:50
BuildTheRobots has quit [*.net *.split]
20:50
mniip has quit [*.net *.split]
20:50
mozzarel1 is now known as mozzarella
20:50
dasher00 has joined #ruby
20:50
NightMonkey has joined #ruby
20:50
cthulchu has joined #ruby
20:50
kinduff48 has joined #ruby
20:50
Mikaela has joined #ruby
20:50
phaul has joined #ruby
20:50
swaggboi has joined #ruby
20:50
andremedeiros has joined #ruby
20:50
meimeix has joined #ruby
20:50
elagost has joined #ruby
20:50
BuildTheRobots has joined #ruby
20:50
mkaito- has joined #ruby
20:50
factormystic has joined #ruby
20:50
umjisus has joined #ruby
20:50
axsuul has joined #ruby
20:50
Milos has joined #ruby
20:50
Azure has joined #ruby
20:50
Xiti has joined #ruby
20:50
mniip has joined #ruby
20:51
queip_ is now known as queip
20:51
Milos has quit [Max SendQ exceeded]
20:53
Milos has joined #ruby
20:54
ua_ has joined #ruby
20:55
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
20:55
crankharder has quit [Ping timeout: 260 seconds]
20:56
ap4y has quit [Ping timeout: 256 seconds]
20:56
joshuacronemeyer has joined #ruby
20:57
cd has joined #ruby
21:00
BTRE has joined #ruby
21:01
mcr has joined #ruby
21:03
ur5us has quit [Quit: Leaving]
21:03
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
21:05
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:14
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
21:17
crankharder has joined #ruby
21:17
leftylin1 is now known as leftylink
21:19
orbyt_ has joined #ruby
21:26
markong has joined #ruby
21:26
ur5us has joined #ruby
21:27
crankharder has quit [Ping timeout: 258 seconds]
21:28
TCZ has quit [Quit: Leaving]
21:31
joshuacronemeyer has joined #ruby
21:35
cliluw has quit [Ping timeout: 272 seconds]
21:43
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
21:44
joshuacronemeyer has joined #ruby
21:46
ur5us has quit [Ping timeout: 260 seconds]
21:50
crankharder has joined #ruby
21:52
vondruch has quit [Quit: vondruch]
21:53
vondruch has joined #ruby
21:57
vondruch has quit [Client Quit]
21:58
vondruch has joined #ruby
21:58
ruurd has quit [Read error: Connection reset by peer]
21:59
ruurd has joined #ruby
22:02
bmurt has joined #ruby
22:05
bmurt has quit [Client Quit]
22:15
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
22:20
cliluw has joined #ruby
22:20
crankharder has quit [Ping timeout: 256 seconds]
22:40
Jonopoly_ has joined #ruby
22:41
Jonopoly_ has quit [Client Quit]
22:43
ellcs has joined #ruby
22:50
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:52
duderonomy has joined #ruby
22:55
duderonomy has quit [Client Quit]
22:59
braincrash has quit [Ping timeout: 258 seconds]
23:06
vondruch has quit [Quit: vondruch]
23:06
vondruch has joined #ruby
23:11
vondruch has quit [Client Quit]
23:11
vondruch has joined #ruby
23:12
vondruch has quit [Client Quit]
23:12
vondruch has joined #ruby
23:14
dionysus69 has quit [Remote host closed the connection]
23:15
dionysus69 has joined #ruby
23:17
ashby has quit [Quit: WeeChat 2.9]
23:24
stryek has quit [Quit: Connection closed for inactivity]
23:27
JoshAshby has joined #ruby
23:27
dviola has quit [Ping timeout: 264 seconds]
23:28
duderonomy has joined #ruby
23:30
duderonomy has quit [Client Quit]
23:31
duderonomy has joined #ruby
23:32
edwardly has quit [Quit: ??????????]
23:37
edwardly has joined #ruby
23:42
vondruch has quit [Quit: vondruch]
23:42
vondruch has joined #ruby
23:42
vondruch has quit [Remote host closed the connection]
23:42
vondruch has joined #ruby
23:46
bmurt has joined #ruby
23:51
TCZ has joined #ruby