00:05
krawchyk has quit [Quit: krawchyk]
00:07
dviola has quit [Quit: WeeChat 2.3]
00:08
href has quit [Read error: Connection reset by peer]
00:08
href has joined #ruby
00:08
krawchyk has joined #ruby
00:10
roshanavand has quit [Ping timeout: 268 seconds]
00:12
wildermind has quit [Quit: Connection closed for inactivity]
00:13
krawchyk has quit [Quit: krawchyk]
00:14
akem has quit [Ping timeout: 250 seconds]
00:14
<
cthu| >
what's the Object called in Ruby?
00:15
chussenot has quit [Quit: chussenot]
00:15
phaul has quit [Ping timeout: 246 seconds]
00:15
<
cthu| >
I want to overload puts and add a few checks in it
00:15
<
cthu| >
and I also don't want to change local context of my local puts
00:16
<
cthu| >
so I want to say in it something like Object.puts(message)
00:16
akem has joined #ruby
00:16
<
cthu| >
wonder if it'd work
00:16
<
cthu| >
by now everything I try just works
00:16
<
cthu| >
it's gonna be fun if it works
00:17
<
baweaver >
cthu|: Why?
00:18
<
cthu| >
I need to check if debug is on
00:18
<
cthu| >
in this class
00:18
<
cthu| >
it's not meant to puts anything for other people who don't touch it
00:18
cschneid has joined #ruby
00:18
<
cthu| >
so I use my local var that it checks for to decide whether puts or not
00:18
<
cthu| >
but I add that logic to every puts here and I have a bunch of them
00:18
<
baweaver >
just use suffix conditionals
00:19
<
cthu| >
I know, but I will forget and continue using puts
00:19
<
cthu| >
so I want to overload real puts
00:19
<
cthu| >
it's also fun
00:19
<
baweaver >
No you don't
00:19
<
cthu| >
fun it the main reason
00:19
<
cthu| >
I don't care that overloading native methods is bad
00:20
<
cthu| >
never in my life have I done it. For Ruby.
00:20
<
cthu| >
HAve to do it once
00:20
<
cthu| >
you know, like I have to.
00:20
<
baweaver >
You don't particularly
_have_ to do anything.
00:20
<
baweaver >
That's what you make loggers for
00:21
<
cthu| >
I don't like it
00:21
coltkirk has joined #ruby
00:21
<
cthu| >
I actually have the logger gem installed
00:21
<
cthu| >
it doesn't do the trick
00:21
<
cthu| >
or does it rather awkwardly
00:21
<
baweaver >
easy on the enter key
00:21
akem__ has joined #ruby
00:21
<
cthu| >
it doesn't allow me to create custom crap
00:22
<
cthu| >
just use the six levels it offers and that's it.
00:22
waheedi has quit [Quit: waheedi]
00:22
<
cthu| >
None of them is good for me
00:22
<
baweaver >
Chances are you really don't need to.
00:22
<
cthu| >
anyhow, my aim is to have fun
00:22
<
cthu| >
so... I will try $stdout.puts("qwe")
00:22
<
cthu| >
I'm also curious about $
00:22
<
baweaver >
There's a difference between learning something useful and just developing bad habits.
00:23
<
baweaver >
Like global variables
00:23
<
cthu| >
yeah, so I'm learning
00:23
<
cthu| >
$ is a global?
00:23
<
cthu| >
it's strange that stdout is a variable
00:23
<
cthu| >
although ues
00:23
<
cthu| >
it makes sense
00:23
<
cthu| >
I guess that will give me the context I want
00:23
<
baweaver >
What was that that was
_just_ mentioned about going easy on the enter key?
00:24
akem has quit [Ping timeout: 250 seconds]
00:24
<
baweaver >
It's not a space bar, give the poor thing a break.
00:24
<
cthu| >
ok, ok, enough rumbling about enter. So typical of irc
00:26
darkhanb has joined #ruby
00:26
<
cthu| >
Ha! works! It's the first and the last time I'm overloading a native method in Ruby. I wonder if I could use something else, instead of $stdout. Could I?
00:27
<
coltkirk >
ive been prattling with emacs/elisp for a few years, thinking about taking the next step into the ruby-verse
00:27
nowhere_man has joined #ruby
00:27
jenrzzz has quit [Read error: Connection reset by peer]
00:27
<
baweaver >
puts is a method defined on IO type objects.
00:27
<
baweaver >
That's why you get things like File puts, IO puts, and other such methods
00:28
AJA4350 has quit [Quit: AJA4350]
00:28
jaddison has quit [Quit: jaddison]
00:28
<
cthu| >
right, but I thought maybe there was a child of stdout that is closer to our beloved puts
00:30
jaddison has joined #ruby
00:30
<
cthu| >
although, it may be the other way around. Maybe put is somewhere above and then stdout just uses it to create puts
00:30
<
baweaver >
It's in Kernel and IO
00:30
* baweaver
heads back home
00:31
Tempesta has quit [Quit: See ya!]
00:36
Dreamer3 has joined #ruby
00:47
cschneid has quit [Ping timeout: 240 seconds]
00:47
nchambers has joined #ruby
00:51
Renich has quit [Quit: Renich]
00:52
Renich has joined #ruby
00:53
graphene has quit [Remote host closed the connection]
00:54
graphene has joined #ruby
00:56
graphene has quit [Remote host closed the connection]
00:57
akem__ has quit [Ping timeout: 250 seconds]
00:58
graphene has joined #ruby
01:00
akem has joined #ruby
01:07
cthu| has quit [Ping timeout: 250 seconds]
01:11
tdy has quit [Ping timeout: 268 seconds]
01:20
<
havenwood >
&>> method(:puts).owner
01:22
arescorpio has joined #ruby
01:38
Puffball has quit [Read error: Connection reset by peer]
01:38
Puffball has joined #ruby
01:53
houhoulis has joined #ruby
01:57
tdy has joined #ruby
02:00
jaddison has quit [Quit: jaddison]
02:03
eclm has quit [Read error: Connection reset by peer]
02:08
bmurt has joined #ruby
02:14
Renich_ has joined #ruby
02:16
Renich has quit [Ping timeout: 250 seconds]
02:16
Renich_ is now known as Renich
02:27
houhoulis has quit []
02:32
Renich has quit [Read error: Connection reset by peer]
02:33
Renich has joined #ruby
02:41
orbyt_ has joined #ruby
02:48
kapil____ has quit [Quit: Connection closed for inactivity]
02:52
Renich_ has joined #ruby
02:53
Renich has quit [Ping timeout: 250 seconds]
02:53
Renich_ is now known as Renich
03:00
esrse has joined #ruby
03:01
ghormoon has quit [Ping timeout: 250 seconds]
03:01
cd has quit [Ping timeout: 256 seconds]
03:05
Inside has joined #ruby
03:05
<
Inside >
anyone in here use opencv?
03:05
<
Inside >
it seems like the ruby gem is at 2.4 whereas latest is 4.0
03:13
kapil____ has joined #ruby
03:19
cd has joined #ruby
03:21
arescorpio has quit [Read error: No route to host]
03:22
lxsameer has quit [Ping timeout: 246 seconds]
03:24
Inside has quit [Ping timeout: 250 seconds]
03:34
jaddison has joined #ruby
03:34
robscomputer has joined #ruby
03:39
nchambers has quit [Ping timeout: 268 seconds]
03:39
nchambers has joined #ruby
03:40
bambanx has joined #ruby
03:55
\void has quit [Ping timeout: 246 seconds]
04:00
nowhere_man has quit [Ping timeout: 252 seconds]
04:00
arescorpio has joined #ruby
04:05
braincrash has quit [Quit: bye bye]
04:07
chouhoulis has joined #ruby
04:08
chouhoulis has quit [Remote host closed the connection]
04:09
braincrash has joined #ruby
04:10
\void has joined #ruby
04:12
Renich_ has joined #ruby
04:14
Renich has quit [Ping timeout: 272 seconds]
04:14
Renich_ is now known as Renich
04:22
Renich has quit [Quit: Renich]
04:23
Renich has joined #ruby
04:23
Renich has quit [Client Quit]
04:24
Renich has joined #ruby
04:25
gnufied has quit [Ping timeout: 246 seconds]
04:27
arescorpio has quit [Remote host closed the connection]
04:29
Renich has quit [Quit: Renich]
04:29
Renich has joined #ruby
04:29
coltkirk has left #ruby ["ERC (IRC client for Emacs 26.1)"]
04:29
cschneid has joined #ruby
04:31
Renich has quit [Client Quit]
04:31
Renich has joined #ruby
04:33
robscomputer has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:36
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:43
coltkirk has joined #ruby
04:45
cschneid has quit [Ping timeout: 250 seconds]
04:45
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:51
cd has quit [Quit: cd]
04:51
Renich has quit [Quit: Renich]
04:52
Renich has joined #ruby
04:52
Renich has quit [Remote host closed the connection]
04:52
Renich has joined #ruby
04:55
jaddison has quit [Quit: jaddison]
04:56
alicef has left #ruby ["Fatal : Bad Magic"]
04:58
jaddison has joined #ruby
05:01
mooe has joined #ruby
05:02
coltkirk has left #ruby ["ERC (IRC client for Emacs 26.1)"]
05:23
za1b1tsu has joined #ruby
05:37
Inline has quit [Quit: Leaving]
05:42
cschneid has joined #ruby
05:44
hiroaki has joined #ruby
05:46
za1b1tsu has quit [Ping timeout: 250 seconds]
05:51
DTZUZO has quit [Ping timeout: 246 seconds]
05:52
arekushi has quit [Ping timeout: 268 seconds]
05:53
kapil____ has quit [Quit: Connection closed for inactivity]
05:53
jaddison has quit [Quit: jaddison]
05:55
\void has quit [Quit: So long, and thanks for all the fish.]
05:57
graphene has quit [Remote host closed the connection]
05:58
graphene has joined #ruby
06:02
reber has joined #ruby
06:09
Tempesta has joined #ruby
06:12
Nicmavr has quit [Read error: Connection reset by peer]
06:14
reber has quit [Remote host closed the connection]
06:14
Nicmavr has joined #ruby
06:14
cschneid has quit [Ping timeout: 246 seconds]
06:16
za1b1tsu has joined #ruby
06:22
Renich has quit [Quit: Renich]
06:22
Renich has joined #ruby
06:23
Renich has quit [Client Quit]
06:23
Renich has joined #ruby
06:23
arekushi has joined #ruby
06:25
hiroaki has quit [Remote host closed the connection]
06:27
hiroaki has joined #ruby
06:28
arekushi has quit [Ping timeout: 252 seconds]
06:29
SeepingN has quit [Quit: The system is going down for reboot NOW!]
06:41
LunarDinosaur has joined #ruby
06:42
LunarDinosaur has quit [Remote host closed the connection]
06:42
LunarDinosaur has joined #ruby
06:42
LunarDinosaur has quit [Remote host closed the connection]
06:43
LunarDinosaur has joined #ruby
06:43
LunarDinosaur has quit [Remote host closed the connection]
06:43
LunarDinosaur has joined #ruby
06:44
LunarDinosaur has quit [Remote host closed the connection]
06:44
LunarDinosaur has joined #ruby
06:45
LunarDinosaur has quit [Remote host closed the connection]
06:46
nchambers has quit [Quit: WeeChat 2.2]
06:47
armyriad has quit [Ping timeout: 246 seconds]
06:48
armyriad has joined #ruby
06:53
aupadhye has joined #ruby
06:53
tdy has quit [Read error: Connection reset by peer]
06:56
tdy has joined #ruby
06:59
roses-r-red has quit [Quit: WeeChat 1.9.1]
07:10
akaiiro has quit [Quit: Ping timeout (120 seconds)]
07:10
spectra has quit [Ping timeout: 260 seconds]
07:10
daemonwrangler has quit [Ping timeout: 260 seconds]
07:10
akaiiro has joined #ruby
07:11
daemonwrangler has joined #ruby
07:13
cschneid has joined #ruby
07:14
teclator has quit [Ping timeout: 246 seconds]
07:16
LunarDinosaur has joined #ruby
07:16
za1b1tsu has quit [Remote host closed the connection]
07:17
za1b1tsu has joined #ruby
07:18
za1b1tsu has quit [Remote host closed the connection]
07:19
za1b1tsu has joined #ruby
07:19
mooe has quit [Quit: Connection closed for inactivity]
07:20
conta has joined #ruby
07:20
Exuma has joined #ruby
07:20
spectra has joined #ruby
07:24
kapil____ has joined #ruby
07:31
za1b1tsu has quit [Remote host closed the connection]
07:33
za1b1tsu has joined #ruby
07:38
za1b1tsu has quit [Remote host closed the connection]
07:39
za1b1tsu has joined #ruby
07:42
johnny56 has quit [Read error: Connection reset by peer]
07:43
chussenot has joined #ruby
07:45
cschneid has quit [Ping timeout: 246 seconds]
07:45
chussenot has quit [Client Quit]
07:49
za1b1tsu has quit [Remote host closed the connection]
08:08
Renich has quit [Quit: Renich]
08:09
Renich has joined #ruby
08:09
za1b1tsu has joined #ruby
08:09
Renich has quit [Client Quit]
08:10
Renich has joined #ruby
08:14
johnny56 has joined #ruby
08:17
MyMind has joined #ruby
08:18
waheedi has joined #ruby
08:18
Sembei has quit [Ping timeout: 268 seconds]
08:19
ams__ has joined #ruby
08:41
za1b1tsu has quit [Remote host closed the connection]
08:43
clemens3 has joined #ruby
08:44
za1b1tsu has joined #ruby
08:46
gigetoo has quit [Remote host closed the connection]
08:47
ghormoon has joined #ruby
08:50
keden has joined #ruby
08:51
gigetoo has joined #ruby
08:51
cschneid has joined #ruby
08:57
i4 has joined #ruby
08:57
LunarDinosaur has quit [Ping timeout: 250 seconds]
08:59
RougeR has quit [Ping timeout: 246 seconds]
08:59
ellcs has joined #ruby
09:05
piks3l has joined #ruby
09:06
elphe has quit [Quit: leaving]
09:07
esrse has quit [Ping timeout: 268 seconds]
09:13
mikecmpbll has joined #ruby
09:14
i4 has quit [Quit: Leaving]
09:15
cschneid has quit [Ping timeout: 250 seconds]
09:19
dbz has joined #ruby
09:21
cnsvc_ has quit [Ping timeout: 256 seconds]
09:23
dbz has quit [Ping timeout: 245 seconds]
09:25
perique has quit [Quit: beep boop, even foxbots need patches]
09:30
fluxAeon has quit [Ping timeout: 268 seconds]
09:32
LunarDinosaur has joined #ruby
09:33
za1b1tsu has quit [Ping timeout: 250 seconds]
09:35
Renich has quit [Quit: Renich]
09:35
paraxial has quit [Ping timeout: 250 seconds]
09:35
Renich has joined #ruby
09:36
Renich has quit [Client Quit]
09:36
Renich has joined #ruby
09:40
lunarkitty7 has quit [Quit: WeeChat 1.9.1]
09:40
Guest21835 has joined #ruby
09:40
lunarkitty7 has joined #ruby
09:41
venmx has joined #ruby
09:47
DTZUZO has joined #ruby
09:48
cnsvc_ has joined #ruby
09:48
jottr has joined #ruby
09:49
cschneid has joined #ruby
09:50
ua has quit [Ping timeout: 245 seconds]
09:50
phaul has joined #ruby
09:51
apparition47 has joined #ruby
09:52
ua has joined #ruby
10:01
dhollin3 has joined #ruby
10:03
dhollinger has quit [Ping timeout: 244 seconds]
10:05
LinuxKnight has quit [Remote host closed the connection]
10:05
LinuxKnight has joined #ruby
10:13
roshanavand has joined #ruby
10:14
za1b1tsu has joined #ruby
10:17
malen has quit [Ping timeout: 272 seconds]
10:18
akem__ has joined #ruby
10:21
akem has quit [Ping timeout: 250 seconds]
10:22
cnsvc_ has quit [Ping timeout: 256 seconds]
10:27
malen has joined #ruby
10:29
roshanavand has quit [Remote host closed the connection]
10:29
roshanavand has joined #ruby
10:34
malen has quit [Changing host]
10:34
malen has joined #ruby
10:34
roshanavand has quit [Remote host closed the connection]
10:36
Renich has quit [Quit: Renich]
10:37
Renich has joined #ruby
10:37
Renich has quit [Remote host closed the connection]
10:37
Renich has joined #ruby
10:38
n13z has joined #ruby
10:45
roshanavand has joined #ruby
10:46
xco has joined #ruby
10:46
akem__ has quit [Remote host closed the connection]
10:47
akem__ has joined #ruby
10:48
cnsvc_ has joined #ruby
10:49
cschneid has quit [Ping timeout: 250 seconds]
10:49
piks3l has quit [Quit: piks3l]
10:59
dinfuehr_ has joined #ruby
10:59
dinfuehr has quit [Ping timeout: 246 seconds]
11:22
cnsvc_ has quit [Ping timeout: 256 seconds]
11:35
xco has quit [Quit: xco]
11:35
aupadhye has quit [Ping timeout: 268 seconds]
11:40
LunarDinosaur has quit [Remote host closed the connection]
11:42
keden has quit [Ping timeout: 268 seconds]
11:42
Renich has quit [Quit: Renich]
11:42
keden has joined #ruby
11:42
Renich has joined #ruby
11:43
Renich has quit [Client Quit]
11:43
roshanavand has quit [Remote host closed the connection]
11:43
roshanavand has joined #ruby
11:43
Renich has joined #ruby
11:46
cschneid has joined #ruby
11:52
aupadhye has joined #ruby
11:54
segy has joined #ruby
11:55
cnsvc_ has joined #ruby
11:55
mangold has joined #ruby
12:03
akem has joined #ruby
12:03
akem__ has quit [Remote host closed the connection]
12:04
roshanavand has quit [Remote host closed the connection]
12:06
xco has joined #ruby
12:07
phaul has quit [Read error: Connection reset by peer]
12:07
phaul has joined #ruby
12:13
cnsvc_ has quit [Remote host closed the connection]
12:13
cnsvc_ has joined #ruby
12:14
al2o3-cr-tmp has joined #ruby
12:19
cschneid has quit [Ping timeout: 268 seconds]
12:19
AJA4350 has joined #ruby
12:20
<
Iambchop >
xco: try "puts admin_link(false)" with both versions
12:29
al2o3-cr is now known as Guest39666
12:29
al2o3-cr-tmp is now known as al2o3-cr
12:29
aupadhye has quit [Ping timeout: 268 seconds]
12:44
roshanavand has joined #ruby
12:44
<
xco >
Iambchop: got it ;)
12:46
aupadhye has joined #ruby
12:52
keden has quit [Ping timeout: 246 seconds]
12:57
cnsvc_ has quit [Ping timeout: 256 seconds]
12:58
akem has quit [Remote host closed the connection]
12:58
LunarDinosaur has joined #ruby
12:58
akem has joined #ruby
13:10
xco has quit [Quit: xco]
13:14
conta has quit [Quit: conta]
13:15
conta has joined #ruby
13:18
mondz has joined #ruby
13:19
jcalla has joined #ruby
13:20
beeman has joined #ruby
13:20
cschneid has joined #ruby
13:22
keden has joined #ruby
13:23
piks3l has joined #ruby
13:23
rippa has joined #ruby
13:25
cnsvc_ has joined #ruby
13:26
keden has quit [Ping timeout: 246 seconds]
13:26
dinfuehr_ has quit [Ping timeout: 250 seconds]
13:27
dinfuehr has joined #ruby
13:29
akaiiro has quit [Ping timeout: 250 seconds]
13:29
akaiiro has joined #ruby
13:31
nadir has quit [Quit: Connection closed for inactivity]
13:32
LunarDinosaur has quit [Ping timeout: 250 seconds]
13:32
cd has joined #ruby
13:34
bmurt has joined #ruby
13:39
za1b1tsu has quit [Quit: Leaving]
13:40
Inline has joined #ruby
13:41
roshanavand has quit [Remote host closed the connection]
13:44
roshanavand has joined #ruby
13:49
cschneid has quit [Ping timeout: 246 seconds]
13:51
apparition47 has quit [Quit: Bye]
13:53
hiroaki has quit [Ping timeout: 272 seconds]
13:56
clemens3 has quit [Quit: quit]
13:57
keden has joined #ruby
13:59
cnsvc_ has quit [Ping timeout: 256 seconds]
14:00
conta has quit [Ping timeout: 245 seconds]
14:01
RiPuk has joined #ruby
14:01
cschneid has joined #ruby
14:02
jsc has joined #ruby
14:03
jsc is now known as status402
14:05
conta has joined #ruby
14:07
clemens3 has joined #ruby
14:13
eclm has joined #ruby
14:18
gregf_ has joined #ruby
14:20
mondz has quit [Ping timeout: 246 seconds]
14:23
catphish has joined #ruby
14:25
cnsvc_ has joined #ruby
14:26
akem has quit [Quit: Leaving]
14:30
dinfuehr_ has joined #ruby
14:31
dinfuehr has quit [Ping timeout: 250 seconds]
14:32
yoones has joined #ruby
14:33
orbyt_ has joined #ruby
14:34
mtkd has joined #ruby
14:35
aupadhye has quit [Remote host closed the connection]
14:37
cschneid has quit [Ping timeout: 250 seconds]
14:37
yoones has quit [Quit: Leaving]
14:38
orbyt_ has quit [Ping timeout: 250 seconds]
14:38
mtkd has quit [Client Quit]
14:38
Renich has quit [Quit: Renich]
14:39
Renich has joined #ruby
14:39
Renich has quit [Client Quit]
14:40
Renich has joined #ruby
14:50
Renich has quit [Quit: Renich]
14:50
Renich has joined #ruby
14:51
crankharder has joined #ruby
14:52
Renich has quit [Client Quit]
14:52
Renich has joined #ruby
14:55
<
crankharder >
I'm trying to improve a gem's test suite (that uses appraisal) and it's spitting out a huge amount of these warnings: "warning: method redefined; discarding old request" - Does anyone know how to reproduce a warning like that? Can't say I've seen it much. Seems like it's a warning coming out of ruby-core, but maybe not?
14:56
malen has joined #ruby
15:00
cnsvc_ has quit [Ping timeout: 256 seconds]
15:01
dinfuehr has joined #ruby
15:01
gnufied has joined #ruby
15:02
dinfuehr_ has quit [Ping timeout: 240 seconds]
15:02
status402 has quit [Quit: status402]
15:07
Mike11 has joined #ruby
15:11
KeyJoo has joined #ruby
15:29
cnsvc_ has joined #ruby
15:38
chouhoulis has joined #ruby
15:41
dhollin3 is now known as dhollinger
15:43
conta has quit [Ping timeout: 250 seconds]
15:45
pwned has joined #ruby
15:45
catphish has left #ruby ["Leaving"]
15:46
<
pwned >
hi, is it possible to use multiple cores using one process in MRI ruby ?
15:47
cschneid has joined #ruby
15:47
Renich has quit [Quit: Renich]
15:48
Renich has joined #ruby
15:48
Renich has quit [Client Quit]
15:49
Renich has joined #ruby
15:49
<
pwned >
I'm imagining perhaps there could be a gem that delegates some work to pthreads?
15:52
dan64 has quit [Ping timeout: 244 seconds]
15:56
<
havenwood >
pwned: Ruby Threads are backed by pthreads but there's a global vm lock (GVL) that sometimes prevents parallel.
15:57
polishdub has joined #ruby
15:57
<
pwned >
oh that's what I thought it was called, too :-)
15:58
nowhere_man has joined #ruby
15:59
<
pwned >
wow, he's monkey patching the GVL
15:59
<
pwned >
that's high level
16:00
<
pwned >
thanks havenwood
16:01
bak1an has joined #ruby
16:03
cnsvc_ has quit [Ping timeout: 256 seconds]
16:03
dinfuehr_ has joined #ruby
16:05
dinfuehr has quit [Ping timeout: 272 seconds]
16:09
dinfuehr has joined #ruby
16:10
dinfuehr_ has quit [Ping timeout: 240 seconds]
16:15
pwned has quit [Quit: leaving]
16:20
LunarDinosaur has joined #ruby
16:24
<
al2o3-cr >
havenwood: that gist needs updating to use rb_thread_call_without_gvl.
16:29
mondz has joined #ruby
16:30
dinfuehr has quit [Ping timeout: 268 seconds]
16:30
dinfuehr has joined #ruby
16:31
clemens3 has quit [Ping timeout: 246 seconds]
16:34
Renich has quit [Quit: Renich]
16:34
Renich has joined #ruby
16:35
Renich has quit [Client Quit]
16:35
Renich has joined #ruby
16:36
cnsvc_ has joined #ruby
16:38
polishdub has quit [Remote host closed the connection]
16:41
jaddison has joined #ruby
16:46
dinfuehr_ has joined #ruby
16:46
dinfuehr has quit [Ping timeout: 250 seconds]
16:48
nicolasb has quit [Ping timeout: 240 seconds]
16:52
Nicmavr has quit [Read error: Connection reset by peer]
16:53
LunarDinosaur has quit [Ping timeout: 268 seconds]
16:54
Nicmavr has joined #ruby
16:55
Renich has quit [Quit: Renich]
16:55
Rapture has joined #ruby
16:55
Renich has joined #ruby
16:56
Renich has quit [Client Quit]
16:56
keden has quit [Ping timeout: 240 seconds]
16:56
Renich has joined #ruby
16:57
keden has joined #ruby
16:57
nicolasb has joined #ruby
16:58
crankharder has quit [Ping timeout: 268 seconds]
17:06
desperek has joined #ruby
17:07
reber has joined #ruby
17:13
cnsvc_ has quit [Ping timeout: 256 seconds]
17:17
mikecmpbll has quit [Ping timeout: 250 seconds]
17:24
crankharder has joined #ruby
17:26
<
havenwood >
al2o3-cr: nice
17:30
<
al2o3-cr >
use gvl2 if you want interrupt
17:31
cthulchu_ has joined #ruby
17:32
piks3l has quit [Quit: piks3l]
17:42
cnsvc_ has joined #ruby
17:45
ajaya has joined #ruby
17:52
eb0t has quit [Quit: WeeChat 2.2]
17:54
eb0t has joined #ruby
17:59
mikecmpbll has joined #ruby
18:05
reber has quit [Remote host closed the connection]
18:07
Mike11 has quit [Ping timeout: 272 seconds]
18:10
gregf_ has quit [Ping timeout: 256 seconds]
18:16
cnsvc_ has quit [Ping timeout: 256 seconds]
18:17
nowhere_man has quit [Ping timeout: 246 seconds]
18:17
mikecmpbll has quit [Quit: inabit.]
18:18
dbz has joined #ruby
18:19
dbz_ has joined #ruby
18:19
dbz_ has quit [Remote host closed the connection]
18:22
robscomputer has joined #ruby
18:23
dbz has quit [Ping timeout: 268 seconds]
18:26
eckhardt_ has joined #ruby
18:32
KeyJoo has quit [Quit: KeyJoo]
18:35
keden has quit [Quit: WeeChat 2.3]
18:35
clemens3 has joined #ruby
18:41
cnsvc_ has joined #ruby
18:43
desnudopenguino has joined #ruby
18:44
sarink has joined #ruby
18:48
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:49
sarink has quit [Ping timeout: 268 seconds]
18:53
tdy has quit [Ping timeout: 246 seconds]
18:54
orbyt_ has joined #ruby
18:56
Renich has quit [Quit: Renich]
18:57
Renich has joined #ruby
18:57
gix has joined #ruby
18:57
tdy has joined #ruby
18:58
yokel has quit [Remote host closed the connection]
19:00
sarink has joined #ruby
19:01
yokel has joined #ruby
19:05
za1b1tsu has joined #ruby
19:05
sarink has quit [Ping timeout: 252 seconds]
19:10
bak1an has quit [Ping timeout: 268 seconds]
19:11
sarink has joined #ruby
19:18
Dreamer3 has quit [Quit: Leaving...]
19:19
houhoulis has joined #ruby
19:23
za1b1tsu has quit [Remote host closed the connection]
19:25
reber has joined #ruby
19:28
Exuma has joined #ruby
19:29
ramfjord has joined #ruby
19:37
Guest21835 has quit [Ping timeout: 250 seconds]
19:39
\void has joined #ruby
19:40
bak1an has joined #ruby
19:42
Fernando-Basso has joined #ruby
19:43
keden has joined #ruby
19:45
sarink has quit [Remote host closed the connection]
19:48
sarink has joined #ruby
19:50
sarink has quit [Remote host closed the connection]
19:52
za1b1tsu has joined #ruby
19:54
za1b1tsu has quit [Remote host closed the connection]
19:54
sarink has joined #ruby
19:54
sarink has quit [Read error: Connection reset by peer]
19:54
za1b1tsu has joined #ruby
19:55
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
19:55
sarink has joined #ruby
19:58
graphene has quit [Remote host closed the connection]
19:59
graphene has joined #ruby
20:00
<
havenwood >
(We get an IRC #ruby channel shoutout.) :)
20:01
venmx has quit [Ping timeout: 246 seconds]
20:03
Blaguvest has joined #ruby
20:07
waheedi has quit [Quit: waheedi]
20:08
GodFather has quit [Ping timeout: 250 seconds]
20:09
GodFather has joined #ruby
20:12
Renich has quit [Quit: Renich]
20:12
Renich has joined #ruby
20:13
Renich has quit [Client Quit]
20:13
Renich has joined #ruby
20:18
al2o3-cr has quit [Ping timeout: 246 seconds]
20:19
cschneid has quit [Remote host closed the connection]
20:19
GodFather has quit [Ping timeout: 268 seconds]
20:20
Mike11 has joined #ruby
20:23
bmurt has joined #ruby
20:24
ur5us has joined #ruby
20:24
sebuba has joined #ruby
20:27
SeepingN has joined #ruby
20:28
sebuba has quit [Client Quit]
20:28
houhoulis has quit [Remote host closed the connection]
20:30
GodFather has joined #ruby
20:31
Guest21835 has joined #ruby
20:31
clemens3 has quit [Remote host closed the connection]
20:34
Blaguvest has quit [Ping timeout: 272 seconds]
20:34
Mike11 has quit [Quit: Leaving.]
20:34
<
miah >
such a fun talk
20:34
<
miah >
baweaver did such a great job
20:35
bak1an has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:37
ams__ has quit [Quit: Connection closed for inactivity]
20:39
<
baweaver >
Much fun and pun were had, I hope you all enjoy it :D
20:40
waheedi has joined #ruby
20:41
<
havenwood >
&>> %w[f p].sample + 'un'
20:42
<
baweaver >
It's a bundle of fun
20:45
LunarDinosaur has joined #ruby
20:45
Guest21835 has quit [Ping timeout: 250 seconds]
20:46
LunarDinosaur has quit [Remote host closed the connection]
20:47
LunarDinosaur has joined #ruby
20:49
<
SeepingN >
from price pfister
20:53
Renich has quit [Quit: Renich]
20:54
Renich has joined #ruby
20:54
Blaguvest has joined #ruby
20:54
Renich has quit [Client Quit]
20:54
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:55
Renich has joined #ruby
20:57
Guest21835 has joined #ruby
20:57
ur5us has quit [Remote host closed the connection]
20:59
sarink has quit [Remote host closed the connection]
21:01
Guest21835 has quit [Ping timeout: 245 seconds]
21:07
bak1an has joined #ruby
21:12
GodFather has quit [Ping timeout: 246 seconds]
21:13
jeffreylevesque_ has joined #ruby
21:14
jeffreylevesque_ is now known as jeffreylevesque
21:14
roshanavand has quit [Remote host closed the connection]
21:15
roshanavand has joined #ruby
21:18
orbyt_ has joined #ruby
21:19
Fernando-Basso has quit [Read error: Connection reset by peer]
21:20
nickjj_ has joined #ruby
21:21
lxsameer has joined #ruby
21:23
nickjj has quit [Ping timeout: 252 seconds]
21:25
graphene has quit [Remote host closed the connection]
21:26
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:26
graphene has joined #ruby
21:28
Puffball has quit [Remote host closed the connection]
21:28
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:30
Puffball has joined #ruby
21:31
robscomputer has quit [Ping timeout: 250 seconds]
21:32
jeffreylevesque has joined #ruby
21:32
orbyt_ has joined #ruby
21:32
Freshnuts has joined #ruby
21:37
sgen has joined #ruby
21:37
LunarDinosaur has quit [Remote host closed the connection]
21:38
GodFather has joined #ruby
21:44
jaddison has quit [Quit: jaddison]
21:48
keden has quit [Ping timeout: 268 seconds]
21:49
cschneid has joined #ruby
21:49
tdy has quit [Ping timeout: 246 seconds]
21:53
kapil____ has quit [Quit: Connection closed for inactivity]
21:58
za1b1tsu has quit [Quit: Leaving]
22:00
Renich has quit [Quit: Renich]
22:00
nickjj_ is now known as nickjj
22:01
Renich has joined #ruby
22:01
jaddison has joined #ruby
22:02
venmx has joined #ruby
22:06
mochiyoda has joined #ruby
22:07
patr0clus has joined #ruby
22:08
ramfjord has quit [Ping timeout: 250 seconds]
22:10
al2o3-cr has joined #ruby
22:11
LunarDinosaur has joined #ruby
22:14
patr0clus is now known as s3nd1v0g1us
22:21
s3nd1v0g1us has quit [Quit: WeeChat 2.2]
22:24
cnsvc_ has quit [Ping timeout: 256 seconds]
22:28
keden has joined #ruby
22:32
cnsvc_ has joined #ruby
22:32
keden has quit [Ping timeout: 250 seconds]
22:34
LunarDinosaur has quit [Remote host closed the connection]
22:37
keden has joined #ruby
22:41
tdy has joined #ruby
22:48
tdy has quit [Ping timeout: 240 seconds]
22:48
cnsvc_ has quit [Ping timeout: 256 seconds]
22:49
jaddison has quit [Quit: jaddison]
22:53
agent_white has joined #ruby
22:53
reber has quit [Remote host closed the connection]
22:57
cnsvc_ has joined #ruby
23:00
cd has quit [Read error: Connection reset by peer]
23:01
cd has joined #ruby
23:01
Renich has quit [Quit: Renich]
23:01
Renich has joined #ruby
23:01
Renich has quit [Remote host closed the connection]
23:02
Renich has joined #ruby
23:06
Nicmavr has joined #ruby
23:07
Renich has quit [Quit: Renich]
23:07
Renich has joined #ruby
23:08
Renich has quit [Client Quit]
23:08
venmx has quit [Ping timeout: 250 seconds]
23:08
desperek has quit [Quit: xoxo]
23:08
Renich has joined #ruby
23:11
dviola has joined #ruby
23:11
nowhere_man has joined #ruby
23:12
lxsameer has quit [Ping timeout: 250 seconds]
23:13
uplime has joined #ruby
23:16
sarink has joined #ruby
23:17
tjmcginnis has joined #ruby
23:18
Renich has quit [Quit: Renich]
23:19
Renich has joined #ruby
23:19
Renich has quit [Client Quit]
23:20
tdy has joined #ruby
23:20
Renich has joined #ruby
23:24
crankharder has quit [Ping timeout: 250 seconds]
23:27
tdy has quit [Ping timeout: 246 seconds]
23:30
tjmcginnis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:36
kapil____ has joined #ruby
23:38
waheedi has quit [Quit: Peace be upon all messengers]
23:40
Renich has quit [Quit: Renich]
23:40
Renich has joined #ruby
23:41
Renich has quit [Client Quit]
23:41
Renich has joined #ruby
23:42
tdy has joined #ruby
23:46
<
Eiam >
just watched!
23:46
<
baweaver >
Ah! Enjoy it?
23:52
jaddison has joined #ruby
23:53
keden has quit [Quit: WeeChat 2.3]
23:55
tdy has quit [Ping timeout: 250 seconds]
23:56
Renich has quit [Quit: Renich]
23:56
Renich has joined #ruby
23:56
Renich has quit [Remote host closed the connection]
23:56
jcarl43 has joined #ruby
23:57
Renich has joined #ruby