00:02
<
automationaddict >
if a class name starts with :: what does this mean? I am used to the convention Module::Class but this is new?
00:03
<
centrx >
automationaddict, References the top of the class structure. For example, if you have a top class with the same name as a class inside a module, you may wish to reference the top class instead of the class within the module
00:03
justinmcp has joined #ruby-lang
00:04
robbyoconnor has quit [Remote host closed the connection]
00:04
ssj4mo has joined #ruby-lang
00:04
yfeldblum has quit [Remote host closed the connection]
00:05
<
automationaddict >
centrx so basically is skips the class it is defined in and uses the superclass?
00:05
yfeldblum has joined #ruby-lang
00:05
<
drbrain >
it starts lookup from top-level
00:05
<
drbrain >
ruby provides Array, but you may define MyGem::Array
00:05
<
drbrain >
::Array means ruby's array because it is defined at top-level
00:05
robbyoconnor has joined #ruby-lang
00:06
<
automationaddict >
drbrain trying to wrap my head around how that works in say a gem where there are many modules with the same name and potentially the same class name in both modules.
00:07
emaxi has quit [Remote host closed the connection]
00:08
emaxi has joined #ruby-lang
00:08
<
drbrain >
automationaddict: if you're in the MyGem namespace ruby looks for a constant Foo there first, then in each parent namespaces until it reaches the root
00:08
<
drbrain >
a leading :: says "skip all that, start from the root"
00:08
jackyalcine has joined #ruby-lang
00:09
<
automationaddict >
drbrain so if there are two classes with the same name in two modules with the same name, what is the top?
00:10
<
drbrain >
it sounds like you're describing module A; class B; end; end twice
00:10
<
drbrain >
which means A::B is the same as A::B
00:10
<
drbrain >
A is in the root namespace because it isn't wrapped by any other class or module
00:11
toretore has quit [Quit: This computer has gone to sleep]
00:12
saarinen has quit [Quit: saarinen]
00:12
<
automationaddict >
drbrain thanks for this, i will need to think about it until the light goes on.
00:12
emaxi has quit [Ping timeout: 246 seconds]
00:12
ap4y has quit [Remote host closed the connection]
00:13
jason_ has joined #ruby-lang
00:14
r0bby has joined #ruby-lang
00:16
fezziwig has quit [Remote host closed the connection]
00:17
robbyoconnor has quit [Ping timeout: 252 seconds]
00:21
r0bby has quit [Remote host closed the connection]
00:21
tkuchiki has quit [Remote host closed the connection]
00:21
r0bby has joined #ruby-lang
00:23
<
drbrain >
automationaddict: yes
00:23
amsi has quit [Ping timeout: 255 seconds]
00:23
emaxi has joined #ruby-lang
00:24
<
drbrain >
without :: line 8 will reference MyModule::Array
00:24
amsi has joined #ruby-lang
00:24
<
automationaddict >
drbrain thats pretty cool
00:24
lolmaus has quit [Ping timeout: 255 seconds]
00:25
r0bby_ has joined #ruby-lang
00:26
<
automationaddict >
drbrain will that continue up a nested hierarchy until it finds the Array class?
00:26
r0bby has quit [Ping timeout: 246 seconds]
00:27
<
drbrain >
if it wasn't nested inside MyModule::Array class, yes
00:27
<
drbrain >
I'm almost out of battery so I might stop responding in a few moments
00:27
<
automationaddict >
drbrain thats cool, thanks for the help
00:28
ScaredWee has joined #ruby-lang
00:29
ScaredWee is now known as weems
00:32
dstynchu_ has quit []
00:34
r0bby_ has quit [Remote host closed the connection]
00:34
emaxi has quit [Remote host closed the connection]
00:35
emaxi has joined #ruby-lang
00:39
emaxi has quit [Ping timeout: 246 seconds]
00:41
cnivolle has quit [Remote host closed the connection]
00:43
ur5us has quit [Ping timeout: 255 seconds]
00:43
ap4y has joined #ruby-lang
00:43
mistym has quit [Quit: Leaving]
00:44
stardiviner has quit [Ping timeout: 240 seconds]
00:44
richardardrichar has joined #ruby-lang
00:47
charliesome has joined #ruby-lang
00:47
RobertBirnie has quit [Read error: Operation timed out]
00:47
Speed has quit [Quit: When two people dream the same dream, it ceases to be an illusion.]
00:47
ap4y has quit [Ping timeout: 265 seconds]
00:48
sdouglas has joined #ruby-lang
00:50
hanikazmi has quit [Remote host closed the connection]
00:50
ur5us has joined #ruby-lang
00:51
lolmaus has joined #ruby-lang
00:52
emaxi has joined #ruby-lang
00:52
glide has joined #ruby-lang
00:53
emaxi has quit [Remote host closed the connection]
00:54
fuhgeddaboudit has quit [Remote host closed the connection]
00:57
emaxi_ has joined #ruby-lang
01:00
amsi has quit [Quit: Leaving]
01:01
|jemc| has joined #ruby-lang
01:02
hahuang65 has quit [Ping timeout: 246 seconds]
01:04
|jemc| has quit [Read error: Connection reset by peer]
01:06
|jemc| has joined #ruby-lang
01:12
|jemc| has quit [Ping timeout: 240 seconds]
01:12
amclain has joined #ruby-lang
01:12
znz_jp has quit [Quit: kill -QUIT $$]
01:12
havenwood has quit [Remote host closed the connection]
01:15
snk has quit [Quit: rebuut]
01:15
znz_jp has joined #ruby-lang
01:20
snk has joined #ruby-lang
01:21
knu has quit [Ping timeout: 252 seconds]
01:21
knu has joined #ruby-lang
01:23
Lewix has joined #ruby-lang
01:23
mistym has joined #ruby-lang
01:24
matp has quit [Ping timeout: 246 seconds]
01:24
ap4y has joined #ruby-lang
01:25
arBmind1 has joined #ruby-lang
01:26
francisfish has joined #ruby-lang
01:26
arBmind has quit [Ping timeout: 255 seconds]
01:28
dik_dak has quit [Quit: Leaving]
01:31
francisfish has quit [Ping timeout: 240 seconds]
01:32
znz_jp has quit [Quit: kill -QUIT $$]
01:33
johnpclaus has quit [Ping timeout: 252 seconds]
01:34
toastynerd has joined #ruby-lang
01:36
karamazov has joined #ruby-lang
01:36
emaxi_ has quit [Remote host closed the connection]
01:38
havenwood has joined #ruby-lang
01:39
michaeldeol has joined #ruby-lang
01:39
nibbo_ has quit [Ping timeout: 240 seconds]
01:39
nibbo has quit [Ping timeout: 255 seconds]
01:40
allomov has joined #ruby-lang
01:40
michaeldeol has quit [Client Quit]
01:42
kitak_ has quit [Read error: Connection reset by peer]
01:42
r0bby_ has joined #ruby-lang
01:42
kitak has joined #ruby-lang
01:42
znz_jp has joined #ruby-lang
01:43
sdouglas_ has joined #ruby-lang
01:43
r0bby_ is now known as robbyoconnor
01:43
sdouglas has quit [Ping timeout: 246 seconds]
01:44
allomov has quit [Ping timeout: 252 seconds]
01:46
lsegal has joined #ruby-lang
01:48
sdouglas_ has quit [Remote host closed the connection]
01:48
sdouglas has joined #ruby-lang
01:48
nibbo has joined #ruby-lang
01:49
davispuh has quit [Remote host closed the connection]
01:50
viscera has left #ruby-lang [#ruby-lang]
01:52
kukyakya has joined #ruby-lang
01:52
kukyakya has quit [Remote host closed the connection]
01:53
mehlah has quit [Quit: Leaving...]
01:53
nibbo_ has joined #ruby-lang
01:53
jameswatling has joined #ruby-lang
01:53
tkuchiki has joined #ruby-lang
01:56
blurredbits has joined #ruby-lang
01:56
woollyams has quit [Ping timeout: 252 seconds]
01:56
Willox has quit [Quit: Connection closed for inactivity]
01:57
nibbo has quit [Ping timeout: 255 seconds]
01:58
wallerdev has quit [Quit: wallerdev]
02:02
yfeldblum has quit [Ping timeout: 265 seconds]
02:03
luvs2spooge has joined #ruby-lang
02:03
yfeldblum has joined #ruby-lang
02:04
nibbo has joined #ruby-lang
02:04
woollyams has joined #ruby-lang
02:05
hakunin has joined #ruby-lang
02:06
nertzy has quit [Quit: This computer has gone to sleep]
02:06
ssj4mo has quit [Remote host closed the connection]
02:06
woollyams has quit [Read error: Connection reset by peer]
02:07
ssj4mo has joined #ruby-lang
02:07
woollyams has joined #ruby-lang
02:08
emaxi has joined #ruby-lang
02:09
nibbo has quit [Ping timeout: 255 seconds]
02:10
nibbo_ has quit [Read error: Operation timed out]
02:12
woollyams has quit [Read error: Connection reset by peer]
02:12
nibbo has joined #ruby-lang
02:12
woollyams has joined #ruby-lang
02:15
fezziwig has joined #ruby-lang
02:16
nibbo_ has joined #ruby-lang
02:17
symm- has quit [Read error: Connection reset by peer]
02:17
nibbo has quit [Ping timeout: 255 seconds]
02:17
nibbo has joined #ruby-lang
02:18
fezziwig has quit [Remote host closed the connection]
02:19
woollyams has quit [Ping timeout: 252 seconds]
02:19
fezziwig has joined #ruby-lang
02:21
richardardrichar has quit [Ping timeout: 240 seconds]
02:23
fezziwig has quit [Ping timeout: 255 seconds]
02:24
emaxi has quit [Remote host closed the connection]
02:24
symm- has joined #ruby-lang
02:27
LMity has joined #ruby-lang
02:31
ssj4mo has quit [Read error: Connection reset by peer]
02:31
ssj4mo has joined #ruby-lang
02:31
ssj4mo has quit [Remote host closed the connection]
02:31
yfeldblum has quit [Remote host closed the connection]
02:34
CaptainJet has quit [Ping timeout: 252 seconds]
02:35
simono has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
02:38
symm- has quit [Ping timeout: 240 seconds]
02:38
symm-_ has joined #ruby-lang
02:39
JoshuaPaling has joined #ruby-lang
02:39
toastynerd is now known as Cooper2
02:39
symm-_ has quit [Read error: Connection reset by peer]
02:40
symm- has joined #ruby-lang
02:41
Cooper2 is now known as toastynerd
02:42
Lewix has quit [Remote host closed the connection]
02:44
ap4y has quit [Remote host closed the connection]
02:44
CaptainJet has joined #ruby-lang
02:46
stardiviner has joined #ruby-lang
02:46
Lewix has joined #ruby-lang
02:46
ap4y has joined #ruby-lang
02:47
insidious has joined #ruby-lang
02:47
sdouglas has quit [Remote host closed the connection]
02:48
sdouglas has joined #ruby-lang
02:48
nertzy has joined #ruby-lang
02:52
fezziwig has joined #ruby-lang
02:53
sdouglas has quit [Ping timeout: 265 seconds]
02:55
emaxi has joined #ruby-lang
02:57
jackyalcine is now known as jacky
03:02
BubonicPestilenc has joined #ruby-lang
03:03
marcdel has joined #ruby-lang
03:04
lcdhoffman has quit [Quit: lcdhoffman]
03:04
BubonicPestilenc has quit [Client Quit]
03:05
toastynerd has quit [Remote host closed the connection]
03:05
tectonic has joined #ruby-lang
03:05
stardiviner has quit [Ping timeout: 240 seconds]
03:05
woollyams has joined #ruby-lang
03:08
sdouglas has joined #ruby-lang
03:10
woollyams has quit [Ping timeout: 252 seconds]
03:11
gix has quit [Ping timeout: 255 seconds]
03:11
toastynerd has joined #ruby-lang
03:12
knu has quit [Ping timeout: 252 seconds]
03:13
fabioboris has joined #ruby-lang
03:13
knu has joined #ruby-lang
03:16
gix has joined #ruby-lang
03:18
LMity has quit [Ping timeout: 255 seconds]
03:19
mykoweb has joined #ruby-lang
03:19
stardiviner has joined #ruby-lang
03:19
woollyams has joined #ruby-lang
03:21
skade has joined #ruby-lang
03:23
jsutt has quit [Remote host closed the connection]
03:24
sdouglas has quit [Remote host closed the connection]
03:25
jsutt has joined #ruby-lang
03:26
skade has quit [Ping timeout: 246 seconds]
03:27
francisfish has joined #ruby-lang
03:30
stardiviner has quit [Ping timeout: 255 seconds]
03:30
insidious has quit []
03:31
diegoviola has joined #ruby-lang
03:31
knu has quit [Ping timeout: 252 seconds]
03:32
francisfish has quit [Ping timeout: 255 seconds]
03:32
yfeldblum has joined #ruby-lang
03:32
knu has joined #ruby-lang
03:32
javilm has joined #ruby-lang
03:32
fbernier has joined #ruby-lang
03:33
jason_ has quit [Remote host closed the connection]
03:33
jason_ has joined #ruby-lang
03:34
mykoweb has quit [Remote host closed the connection]
03:36
havenwood has quit [Remote host closed the connection]
03:37
jason_ has quit [Ping timeout: 246 seconds]
03:41
allomov has joined #ruby-lang
03:42
havenwood has joined #ruby-lang
03:42
stardiviner has joined #ruby-lang
03:43
momomomomo has joined #ruby-lang
03:43
prdx has quit [Quit: leaving]
03:45
allomov has quit [Ping timeout: 252 seconds]
03:49
knu has quit [Ping timeout: 252 seconds]
03:52
knu has joined #ruby-lang
03:53
Barrin6 has joined #ruby-lang
03:56
martin__ has joined #ruby-lang
03:57
* martin__
wave hello
03:58
martin__ has quit [Client Quit]
03:59
RobertBirnie has joined #ruby-lang
04:01
blurredbits has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
04:03
jsutt has quit [Ping timeout: 255 seconds]
04:04
kitak has quit [Ping timeout: 260 seconds]
04:04
rofel has quit [Remote host closed the connection]
04:07
kitak has joined #ruby-lang
04:07
tectonic has quit []
04:10
RobertBirnie has quit [Ping timeout: 252 seconds]
04:10
RobertBirnie has joined #ruby-lang
04:10
diegoviola has quit [Remote host closed the connection]
04:14
RobertBirnie has quit [Client Quit]
04:20
diegoviola has joined #ruby-lang
04:23
postmodern has quit [Quit: Leaving]
04:23
hahuang65 has joined #ruby-lang
04:27
thrillagorilla has quit []
04:27
lsegal has quit [Read error: Connection reset by peer]
04:27
lsegal has joined #ruby-lang
04:30
skade has joined #ruby-lang
04:31
woollyams has quit [Ping timeout: 252 seconds]
04:33
karamazov has quit [Remote host closed the connection]
04:34
karamazov has joined #ruby-lang
04:34
woollyams has joined #ruby-lang
04:37
phansch has joined #ruby-lang
04:38
karamazov has quit [Ping timeout: 252 seconds]
04:39
woollyams has quit [Ping timeout: 252 seconds]
04:39
toastynerd has quit [Remote host closed the connection]
04:45
|jemc| has joined #ruby-lang
04:46
mistym has quit [Remote host closed the connection]
04:46
karamazov has joined #ruby-lang
04:48
emaxi has quit [Remote host closed the connection]
04:49
emaxi has joined #ruby-lang
04:49
emaxi has quit [Remote host closed the connection]
04:49
emaxi has joined #ruby-lang
04:57
michaeldeol has joined #ruby-lang
04:59
JohnBat26 has joined #ruby-lang
05:00
LMity has joined #ruby-lang
05:00
JohnBat26 has quit [Client Quit]
05:00
JohnBat26 has joined #ruby-lang
05:00
JohnBat26 has quit [Client Quit]
05:01
JohnBat26 has joined #ruby-lang
05:02
ur5us_ has joined #ruby-lang
05:04
vondruch has joined #ruby-lang
05:05
vondruch_ has joined #ruby-lang
05:05
|jemc| has quit [Read error: Connection reset by peer]
05:06
ur5us has quit [Ping timeout: 255 seconds]
05:09
vondruch has quit [Ping timeout: 255 seconds]
05:10
Splourian has joined #ruby-lang
05:11
zlogan has joined #ruby-lang
05:11
yfeldblum has quit [Remote host closed the connection]
05:11
karamazo_ has joined #ruby-lang
05:11
karamazov has quit [Ping timeout: 246 seconds]
05:11
yfeldblum has joined #ruby-lang
05:13
|jemc| has joined #ruby-lang
05:15
fezziwig has quit [Remote host closed the connection]
05:15
rofel has joined #ruby-lang
05:15
fezziwig has joined #ruby-lang
05:16
sdouglas has joined #ruby-lang
05:17
RobertBirnie has joined #ruby-lang
05:17
fezziwig_ has joined #ruby-lang
05:18
fezziwig has quit [Read error: Connection reset by peer]
05:19
rofel has quit [Read error: Operation timed out]
05:20
erichmenge has quit [Quit: Arrivederci!]
05:21
erichmenge has joined #ruby-lang
05:23
CaptainJet has quit [Read error: Connection reset by peer]
05:25
Lewix has quit [Remote host closed the connection]
05:26
phansch has quit [Quit: WeeChat 0.4.2]
05:26
CaptainJet has joined #ruby-lang
05:28
francisfish has joined #ruby-lang
05:29
nertzy has quit [Quit: This computer has gone to sleep]
05:29
jameswatling has quit [Remote host closed the connection]
05:31
retro_ has joined #ruby-lang
05:32
francisfish has quit [Ping timeout: 240 seconds]
05:33
zrl has quit [Read error: Connection reset by peer]
05:34
LanceHaig has quit [Changing host]
05:34
LanceHaig has joined #ruby-lang
05:34
monika_ has joined #ruby-lang
05:34
zrl has joined #ruby-lang
05:36
tonni has quit [Remote host closed the connection]
05:37
_ht has joined #ruby-lang
05:40
rahul_j has joined #ruby-lang
05:42
allomov has joined #ruby-lang
05:42
|jemc| has quit [Quit: WeeChat 0.4.1]
05:43
kitak has quit [Read error: Connection reset by peer]
05:44
kitak has joined #ruby-lang
05:44
monika_ has quit [Quit: Leaving]
05:44
fezziwig_ has quit [Remote host closed the connection]
05:44
rahul_j has quit [Ping timeout: 240 seconds]
05:46
allomov has quit [Ping timeout: 246 seconds]
05:47
ur5us_ has quit [Ping timeout: 240 seconds]
05:47
momomomomo has quit [Quit: momomomomo]
05:49
retro_ is now known as retro|cz
05:49
heftig has quit [Quit: Quitting]
05:49
kitak has quit [Remote host closed the connection]
05:49
toastynerd has joined #ruby-lang
05:51
marcdel has quit []
05:52
toastynerd has quit [Remote host closed the connection]
05:53
kitak has joined #ruby-lang
05:54
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
05:55
tonni has joined #ruby-lang
05:57
glide has quit [Quit: Leaving]
05:58
LMity has quit [Ping timeout: 240 seconds]
06:00
Barrin6 has quit [Quit: Leaving]
06:00
apeiros has quit [Remote host closed the connection]
06:00
woollyams has joined #ruby-lang
06:01
apeiros has joined #ruby-lang
06:02
mechan1c_ has joined #ruby-lang
06:03
rahul_j has joined #ruby-lang
06:03
mechan1c has quit [Ping timeout: 246 seconds]
06:04
sdouglas has quit [Remote host closed the connection]
06:05
mistym has joined #ruby-lang
06:05
apeiros has quit [Ping timeout: 246 seconds]
06:06
tbuehlmann has joined #ruby-lang
06:07
amclain has quit [Quit: Leaving]
06:08
dalzony1 has joined #ruby-lang
06:09
postmodern has joined #ruby-lang
06:17
|jemc| has joined #ruby-lang
06:17
mr-foobar has quit [Read error: Connection reset by peer]
06:18
mr-foobar has joined #ruby-lang
06:20
|jemc| has quit [Client Quit]
06:22
marcdel has joined #ruby-lang
06:22
skade has quit [Quit: Computer has gone to sleep.]
06:24
toastynerd has joined #ruby-lang
06:24
dalzony1 has quit [Quit: Leaving.]
06:26
RobertBirnie has joined #ruby-lang
06:27
eval-in has quit [Remote host closed the connection]
06:27
eval-in has joined #ruby-lang
06:28
eval-in has quit [Remote host closed the connection]
06:28
eval-in has joined #ruby-lang
06:30
rahul_j_ has joined #ruby-lang
06:32
mistym has quit [Remote host closed the connection]
06:32
rahul_j has quit [Ping timeout: 255 seconds]
06:32
rahul_j_ is now known as rahul_j
06:33
marcdel has quit [Ping timeout: 240 seconds]
06:35
woollyams has quit [Ping timeout: 252 seconds]
06:36
herpless has joined #ruby-lang
06:36
marcdel has joined #ruby-lang
06:38
woollyams has joined #ruby-lang
06:39
aef_ has quit [Remote host closed the connection]
06:40
apeiros has joined #ruby-lang
06:40
|jemc| has joined #ruby-lang
06:40
|jemc| has quit [Client Quit]
06:40
dalzony has joined #ruby-lang
06:41
face has quit [Ping timeout: 240 seconds]
06:42
dalzony has left #ruby-lang [#ruby-lang]
06:43
x0f has joined #ruby-lang
06:43
face has joined #ruby-lang
06:46
x0f_ has quit [Ping timeout: 255 seconds]
06:46
knu has quit [Ping timeout: 252 seconds]
06:47
dagobah has joined #ruby-lang
06:47
knu has joined #ruby-lang
06:51
Splourian has quit [Ping timeout: 245 seconds]
06:51
knu has quit [Ping timeout: 252 seconds]
06:55
sferik has joined #ruby-lang
06:58
stardiviner has quit [Ping timeout: 255 seconds]
06:58
chiehwen has joined #ruby-lang
06:58
allomov has joined #ruby-lang
07:00
vondruch_ is now known as vondruch
07:03
allomov has quit [Ping timeout: 246 seconds]
07:03
woollyams has quit [Read error: Connection reset by peer]
07:03
jacky has quit [Excess Flood]
07:03
woollyams has joined #ruby-lang
07:04
allomov has joined #ruby-lang
07:06
caral has joined #ruby-lang
07:07
chiehwen has quit [Quit: Page closed]
07:08
solars has joined #ruby-lang
07:09
jodosha has joined #ruby-lang
07:10
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
07:12
relix has joined #ruby-lang
07:13
canton7 has quit [Remote host closed the connection]
07:13
canton7 has joined #ruby-lang
07:15
rahul_j_ has joined #ruby-lang
07:16
symm- has quit [Ping timeout: 246 seconds]
07:17
rahul_j has quit [Ping timeout: 240 seconds]
07:17
rahul_j_ is now known as rahul_j
07:17
tonni has quit [Remote host closed the connection]
07:18
caral has quit [Quit: caral]
07:18
jackyalcine has joined #ruby-lang
07:19
diegoviola has quit [Read error: Connection reset by peer]
07:20
jackyalcine has quit [Excess Flood]
07:20
jackyalcine has joined #ruby-lang
07:20
jackyalcine has quit [Excess Flood]
07:21
caral has joined #ruby-lang
07:24
toastynerd has quit [Remote host closed the connection]
07:27
woollyams has quit [Ping timeout: 252 seconds]
07:29
francisfish has joined #ruby-lang
07:29
qba73 has joined #ruby-lang
07:30
allomov has quit [Remote host closed the connection]
07:32
yann_ck has joined #ruby-lang
07:33
francisfish has quit [Ping timeout: 240 seconds]
07:34
woollyams has joined #ruby-lang
07:36
sdouglas has joined #ruby-lang
07:36
robbyoconnor is now known as robbyoconnorVi
07:37
robbyoconnorVi is now known as robbyoconnor
07:39
centrx has quit [Quit: All this computer hacking is making me thirsty]
07:39
kitak has quit [Read error: Connection reset by peer]
07:40
kitak has joined #ruby-lang
07:41
sdouglas has quit [Ping timeout: 255 seconds]
07:41
tonni has joined #ruby-lang
07:43
havenwood has quit [Remote host closed the connection]
07:45
heftig has joined #ruby-lang
07:49
woollyams has quit [Ping timeout: 252 seconds]
07:51
benlovell has joined #ruby-lang
07:51
karamazo_ has quit []
07:52
marr has joined #ruby-lang
07:52
chichou has quit [Remote host closed the connection]
07:53
robmiller has joined #ruby-lang
07:54
knu has joined #ruby-lang
07:55
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:55
chichou has joined #ruby-lang
07:56
chichou has quit [Client Quit]
07:58
knu has quit [Ping timeout: 252 seconds]
07:58
rahul_j has quit [Quit: rahul_j]
08:00
robmiller has quit [Quit: Leaving.]
08:00
jayne has quit [Read error: Connection reset by peer]
08:00
jayne has joined #ruby-lang
08:02
knu has joined #ruby-lang
08:03
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
08:04
mikecmpbll has joined #ruby-lang
08:04
faces has joined #ruby-lang
08:05
face has quit [Ping timeout: 246 seconds]
08:07
sepp2k has joined #ruby-lang
08:10
c_s_g has joined #ruby-lang
08:11
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
08:12
elia has joined #ruby-lang
08:17
<
yorickpeterse >
morning
08:20
michd is now known as MichD
08:20
rahul_j has joined #ruby-lang
08:21
canton7-mac has joined #ruby-lang
08:24
yann_ck has quit [Ping timeout: 255 seconds]
08:28
knu has quit [Ping timeout: 252 seconds]
08:29
Caius has quit [Quit: ""]
08:29
knu has joined #ruby-lang
08:30
Caius has joined #ruby-lang
08:33
alex-quiterio has joined #ruby-lang
08:33
alex-quiterio has left #ruby-lang [#ruby-lang]
08:34
rofel has joined #ruby-lang
08:34
Caius has quit [Quit: ""]
08:35
sferik has joined #ruby-lang
08:35
Caius has joined #ruby-lang
08:36
sferik has quit [Client Quit]
08:37
sdouglas has joined #ruby-lang
08:37
francisfish has joined #ruby-lang
08:40
karamazov has joined #ruby-lang
08:41
sdouglas has quit [Ping timeout: 255 seconds]
08:43
arBmind1 has quit [Quit: Leaving.]
08:43
hahuang65 has quit [Ping timeout: 246 seconds]
08:43
yann_ck has joined #ruby-lang
08:46
marcdel has quit []
08:48
willmarshall has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:48
cnivolle has joined #ruby-lang
08:48
Fushi has joined #ruby-lang
08:50
danijoo has quit [Read error: Connection reset by peer]
08:51
danijoo has joined #ruby-lang
08:53
sferik has joined #ruby-lang
08:54
robmiller has joined #ruby-lang
08:59
phansch has joined #ruby-lang
08:59
arBmind has joined #ruby-lang
09:01
achal has joined #ruby-lang
09:03
lolmaus has quit [Read error: Connection reset by peer]
09:03
lolmaus has joined #ruby-lang
09:12
lele has quit [Ping timeout: 246 seconds]
09:16
lele has joined #ruby-lang
09:17
Mon_Ouie has quit [Quit: WeeChat 0.4.3]
09:19
davispuh has joined #ruby-lang
09:20
yfeldblum has quit [Remote host closed the connection]
09:22
Xzyx987X_ has quit [Read error: Connection reset by peer]
09:23
Xzyx987X_ has joined #ruby-lang
09:25
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:29
CaptainJet has quit []
09:31
allomov has joined #ruby-lang
09:31
allomov has quit [Read error: Connection reset by peer]
09:32
allomov has joined #ruby-lang
09:32
davispuhh has joined #ruby-lang
09:34
davispuhh has quit [Remote host closed the connection]
09:36
allomov_ has joined #ruby-lang
09:36
Caius has quit [Quit: ""]
09:37
allomov has quit [Ping timeout: 240 seconds]
09:37
Caius has joined #ruby-lang
09:37
sdouglas has joined #ruby-lang
09:39
allomov_ has quit [*.net *.split]
09:39
phansch has quit [*.net *.split]
09:39
canton7 has quit [*.net *.split]
09:39
mr-foobar has quit [*.net *.split]
09:39
fbernier has quit [*.net *.split]
09:39
charliesome has quit [*.net *.split]
09:39
jarib has quit [*.net *.split]
09:39
lupine has quit [*.net *.split]
09:39
crazysim has quit [*.net *.split]
09:39
vpretzel has quit [*.net *.split]
09:39
joonty has quit [*.net *.split]
09:39
rtlong has quit [*.net *.split]
09:39
anekos has quit [*.net *.split]
09:39
badeball has quit [*.net *.split]
09:39
gnufied has quit [*.net *.split]
09:39
ironcamel has quit [*.net *.split]
09:39
negatendo has quit [*.net *.split]
09:39
TheMoonMaster has quit [*.net *.split]
09:39
nhmood has quit [*.net *.split]
09:39
drasch has quit [*.net *.split]
09:39
drbrain has quit [*.net *.split]
09:39
certainty has quit [*.net *.split]
09:39
pabs has quit [*.net *.split]
09:39
Authenticator has quit [*.net *.split]
09:39
dlackty has quit [*.net *.split]
09:39
pipework has quit [*.net *.split]
09:39
antonishen has quit [*.net *.split]
09:39
joelmheim has quit [*.net *.split]
09:39
Rylee has quit [*.net *.split]
09:39
chuck has quit [*.net *.split]
09:39
sebastianb has quit [*.net *.split]
09:39
machuga has quit [*.net *.split]
09:39
freedrull has quit [*.net *.split]
09:39
Gate has quit [*.net *.split]
09:39
_rgn has quit [*.net *.split]
09:39
lhz has quit [*.net *.split]
09:39
llakey has quit [*.net *.split]
09:39
ljarvis has quit [*.net *.split]
09:39
jasiek has quit [*.net *.split]
09:39
seanhagen has quit [*.net *.split]
09:39
jarib has joined #ruby-lang
09:39
jarib has joined #ruby-lang
09:39
sebastianb has joined #ruby-lang
09:39
badeball has joined #ruby-lang
09:39
jasiek has joined #ruby-lang
09:39
ironcamel has joined #ruby-lang
09:39
alex-quiterio has joined #ruby-lang
09:39
phansch has joined #ruby-lang
09:39
certainty has joined #ruby-lang
09:39
Authenticator has joined #ruby-lang
09:39
freedrull has joined #ruby-lang
09:39
_rgn has joined #ruby-lang
09:39
Rylee has joined #ruby-lang
09:39
anekos has joined #ruby-lang
09:39
chuck has joined #ruby-lang
09:39
chuck has joined #ruby-lang
09:39
machuga has joined #ruby-lang
09:39
allomov has joined #ruby-lang
09:39
crazysim has joined #ruby-lang
09:39
charliesome has joined #ruby-lang
09:39
gnufied has joined #ruby-lang
09:39
mr-foobar has joined #ruby-lang
09:39
antonishen has joined #ruby-lang
09:39
fbernier has joined #ruby-lang
09:39
pipework has joined #ruby-lang
09:39
charliesome has quit [*.net *.split]
09:39
_rgn has quit [*.net *.split]
09:39
certainty has quit [*.net *.split]
09:39
Authenticator has quit [*.net *.split]
09:39
ironcamel has quit [*.net *.split]
09:39
jasiek has quit [*.net *.split]
09:39
marr has quit [*.net *.split]
09:39
benlovell has quit [*.net *.split]
09:39
retro|cz has quit [*.net *.split]
09:39
ledestin has quit [*.net *.split]
09:39
jperry has quit [*.net *.split]
09:39
araujo has quit [*.net *.split]
09:39
zastern has quit [*.net *.split]
09:39
eban has quit [*.net *.split]
09:39
Asher has quit [*.net *.split]
09:39
deg- has quit [*.net *.split]
09:39
bahar has quit [*.net *.split]
09:39
matti has quit [*.net *.split]
09:39
crankharder has quit [*.net *.split]
09:39
ericwood has quit [*.net *.split]
09:39
hackeron has quit [*.net *.split]
09:39
dlackty has joined #ruby-lang
09:39
joelmheim has joined #ruby-lang
09:40
Rickmasta has quit [*.net *.split]
09:40
yubrew has quit [*.net *.split]
09:40
tsou has quit [*.net *.split]
09:40
hagabaka has quit [*.net *.split]
09:40
cschneid has quit [*.net *.split]
09:40
cklee has quit [*.net *.split]
09:40
rsl has quit [*.net *.split]
09:40
tdy has quit [*.net *.split]
09:40
kro_ has quit [*.net *.split]
09:40
ozzloy has quit [*.net *.split]
09:40
headius has quit [*.net *.split]
09:40
mahlon has quit [*.net *.split]
09:40
xybre has quit [*.net *.split]
09:40
rtl has quit [*.net *.split]
09:40
neurodamage has quit [*.net *.split]
09:40
tommylommykins has quit [*.net *.split]
09:40
meizaps has quit [*.net *.split]
09:40
floyd2 has quit [*.net *.split]
09:40
beawesomeinstead has quit [*.net *.split]
09:40
ahf has quit [*.net *.split]
09:40
mjc_ has quit [*.net *.split]
09:40
levifig has quit [*.net *.split]
09:40
lacrosse has quit [*.net *.split]
09:40
jevs has quit [*.net *.split]
09:40
benlovell has joined #ruby-lang
09:40
llakey has joined #ruby-lang
09:40
eban has joined #ruby-lang
09:40
kitak has quit [*.net *.split]
09:40
joonty has joined #ruby-lang
09:40
jperry has joined #ruby-lang
09:40
floyd2_ has joined #ruby-lang
09:40
lhz has joined #ruby-lang
09:40
deg- has joined #ruby-lang
09:40
hackeron has joined #ruby-lang
09:40
araujo has joined #ruby-lang
09:40
_rgn has joined #ruby-lang
09:40
jevs has joined #ruby-lang
09:40
tsou has joined #ruby-lang
09:40
xybre has joined #ruby-lang
09:40
headius has joined #ruby-lang
09:40
mjc_ has joined #ruby-lang
09:40
yubrew has joined #ruby-lang
09:40
levifig has joined #ruby-lang
09:40
lacrosse has joined #ruby-lang
09:40
Rickmasta has joined #ruby-lang
09:40
cklee has joined #ruby-lang
09:40
bahar has joined #ruby-lang
09:41
gnufied has left #ruby-lang [#ruby-lang]
09:41
Asher has joined #ruby-lang
09:41
mahlon has joined #ruby-lang
09:41
matti has joined #ruby-lang
09:41
matti has joined #ruby-lang
09:41
vpretzel has joined #ruby-lang
09:41
jevs has quit [*.net *.split]
09:41
znz_jp has quit [*.net *.split]
09:41
swills has quit [*.net *.split]
09:41
ndrst has quit [*.net *.split]
09:41
omegahm has quit [*.net *.split]
09:41
samuelkadolph has quit [*.net *.split]
09:41
Rahnarsson has quit [*.net *.split]
09:41
musl has quit [*.net *.split]
09:41
konr has quit [*.net *.split]
09:41
cyndis has quit [*.net *.split]
09:41
\marrub has quit [*.net *.split]
09:41
naquad has quit [*.net *.split]
09:41
rnea has quit [*.net *.split]
09:41
oddmunds has quit [*.net *.split]
09:41
sluukkonen has quit [*.net *.split]
09:41
onewheelskyward has quit [*.net *.split]
09:41
skinny_much has quit [*.net *.split]
09:41
PaulePanter has quit [*.net *.split]
09:41
segy has quit [*.net *.split]
09:41
swills has joined #ruby-lang
09:41
allomov has quit [Write error: Connection reset by peer]
09:41
lolmaus has quit [Ping timeout: 252 seconds]
09:41
meizaps has joined #ruby-lang
09:41
ndrst has joined #ruby-lang
09:41
nosymptote has joined #ruby-lang
09:41
jevs has joined #ruby-lang
09:41
konr has joined #ruby-lang
09:41
oddmunds has joined #ruby-lang
09:41
zastern has joined #ruby-lang
09:41
sluukkonen has joined #ruby-lang
09:41
cyndis has joined #ruby-lang
09:41
TheMoonMaster has joined #ruby-lang
09:41
kro__ has joined #ruby-lang
09:42
rnea has joined #ruby-lang
09:42
swills has quit [Changing host]
09:42
swills has joined #ruby-lang
09:42
samuelkadolph has joined #ruby-lang
09:42
hagabaka has joined #ruby-lang
09:42
kro__ has quit [*.net *.split]
09:42
lhz has quit [*.net *.split]
09:42
sdouglas has quit [*.net *.split]
09:42
Caius has quit [*.net *.split]
09:42
arBmind has quit [*.net *.split]
09:42
karamazov has quit [*.net *.split]
09:42
robmiller has quit [*.net *.split]
09:42
faces has quit [*.net *.split]
09:42
x0f has quit [*.net *.split]
09:42
vondruch has quit [*.net *.split]
09:42
JohnBat26 has quit [*.net *.split]
09:42
zlogan has quit [*.net *.split]
09:42
robbyoconnor has quit [*.net *.split]
09:42
tkuchiki has quit [*.net *.split]
09:42
luvs2spooge has quit [*.net *.split]
09:42
snk has quit [*.net *.split]
09:42
justinmcp has quit [*.net *.split]
09:42
ylluminate has quit [*.net *.split]
09:42
djinni` has quit [*.net *.split]
09:42
lguardiola has quit [*.net *.split]
09:42
chouhoulis has quit [*.net *.split]
09:42
brixen_ has quit [*.net *.split]
09:42
kylo has quit [*.net *.split]
09:42
yeltzooo has quit [*.net *.split]
09:42
masscrx_ has quit [*.net *.split]
09:42
eam_ has quit [*.net *.split]
09:42
valeri_ufo has quit [*.net *.split]
09:42
vadviktor_ has quit [*.net *.split]
09:42
ohsix has quit [*.net *.split]
09:42
Prandium has quit [*.net *.split]
09:42
tris has quit [*.net *.split]
09:42
GitNick has quit [*.net *.split]
09:42
perry has quit [*.net *.split]
09:42
dvorak has quit [*.net *.split]
09:42
flori_ has quit [*.net *.split]
09:42
bryanl- has quit [*.net *.split]
09:42
sammas has quit [*.net *.split]
09:42
GaelanAintAround has quit [*.net *.split]
09:42
csaunders has quit [*.net *.split]
09:42
mihar has quit [*.net *.split]
09:42
cba has quit [*.net *.split]
09:42
Nilium has quit [*.net *.split]
09:42
jsaak has quit [*.net *.split]
09:42
LanceHaig has quit [*.net *.split]
09:42
unsymbol has quit [*.net *.split]
09:42
EvilJStoker has quit [*.net *.split]
09:42
musl has joined #ruby-lang
09:42
flori has joined #ruby-lang
09:42
ylluminate has joined #ruby-lang
09:42
perry has joined #ruby-lang
09:42
tkuchiki has joined #ruby-lang
09:42
lguardiola has joined #ruby-lang
09:42
valeri_ufo has joined #ruby-lang
09:42
chouhoulis has joined #ruby-lang
09:42
retro|cz has joined #ruby-lang
09:42
GitNick has joined #ruby-lang
09:42
cba has joined #ruby-lang
09:42
ahf has joined #ruby-lang
09:42
ahf has joined #ruby-lang
09:42
ahf has quit [Changing host]
09:42
karamazov has joined #ruby-lang
09:42
LanceHaig has joined #ruby-lang
09:42
vondruch has joined #ruby-lang
09:42
zlogan has joined #ruby-lang
09:42
JohnBat26 has joined #ruby-lang
09:42
mihar has joined #ruby-lang
09:43
jsaak has joined #ruby-lang
09:43
robmiller has joined #ruby-lang
09:43
x0f has joined #ruby-lang
09:43
nhmood has joined #ruby-lang
09:43
segy has joined #ruby-lang
09:43
lhz has joined #ruby-lang
09:43
luvs2spooge has joined #ruby-lang
09:43
EvilJStoker has joined #ruby-lang
09:43
justinmcp has joined #ruby-lang
09:43
face has joined #ruby-lang
09:43
EvilJStoker has quit [Changing host]
09:43
EvilJStoker has joined #ruby-lang
09:44
znz_jp has joined #ruby-lang
09:44
ironcamel has joined #ruby-lang
09:44
ljarvis has joined #ruby-lang
09:44
bryanl has joined #ruby-lang
09:44
jasiek has joined #ruby-lang
09:44
lupine has joined #ruby-lang
09:44
Authenticator has joined #ruby-lang
09:44
rtlong has joined #ruby-lang
09:44
drbrain has joined #ruby-lang
09:44
alex-quiterio has left #ruby-lang [#ruby-lang]
09:44
rsl has joined #ruby-lang
09:44
csaunders has joined #ruby-lang
09:45
GaelanAintAround has joined #ruby-lang
09:45
negatendo has joined #ruby-lang
09:45
kitak has joined #ruby-lang
09:45
seanhagen has joined #ruby-lang
09:45
arBmind has joined #ruby-lang
09:45
allomov has joined #ruby-lang
09:45
charliesome has joined #ruby-lang
09:45
skinny_much has joined #ruby-lang
09:45
tris has joined #ruby-lang
09:45
naquad has joined #ruby-lang
09:46
unsymbol has joined #ruby-lang
09:46
robbyoconnor has joined #ruby-lang
09:46
unsymbol has quit [Changing host]
09:46
unsymbol has joined #ruby-lang
09:46
PaulePanter has joined #ruby-lang
09:46
vadviktor has joined #ruby-lang
09:46
Caius has joined #ruby-lang
09:46
ledestin has joined #ruby-lang
09:46
Nilium has joined #ruby-lang
09:47
kylo has joined #ruby-lang
09:47
onewheelskyward has joined #ruby-lang
09:47
djinni` has joined #ruby-lang
09:47
beawesomeinstead has joined #ruby-lang
09:47
ohsix has joined #ruby-lang
09:48
brixen has joined #ruby-lang
09:48
cschneid has joined #ruby-lang
09:49
Prandium has joined #ruby-lang
09:49
pabs has joined #ruby-lang
09:49
certainty has joined #ruby-lang
09:50
yeltzooo has joined #ruby-lang
09:51
ericwood has joined #ruby-lang
09:51
lacrosse has quit []
09:51
crankharder has joined #ruby-lang
09:51
tommylommykins has joined #ruby-lang
09:51
Rahnarsson has joined #ruby-lang
09:52
dvorak has joined #ruby-lang
09:53
masscrx has joined #ruby-lang
09:54
yfeldblum has joined #ruby-lang
09:54
drasch has joined #ruby-lang
09:54
mehlah has joined #ruby-lang
09:55
rtl has joined #ruby-lang
09:56
antonishen has quit [Changing host]
09:56
antonishen has joined #ruby-lang
09:56
pipework has quit [Changing host]
09:56
pipework has joined #ruby-lang
09:56
Gate has joined #ruby-lang
09:56
dlackty has quit [Changing host]
09:56
dlackty has joined #ruby-lang
09:56
joelmheim has quit [Changing host]
09:56
joelmheim has joined #ruby-lang
09:56
mjc_ has quit [Changing host]
09:56
mjc_ has joined #ruby-lang
09:56
levifig has quit [Changing host]
09:56
levifig has joined #ruby-lang
09:56
cklee has quit [Changing host]
09:56
cklee has joined #ruby-lang
09:57
jevs has quit [Changing host]
09:57
jevs has joined #ruby-lang
09:57
konr has quit [Changing host]
09:57
konr has joined #ruby-lang
09:57
ozzloy has joined #ruby-lang
09:57
ozzloy has joined #ruby-lang
09:57
ozzloy has quit [Changing host]
09:57
skade has joined #ruby-lang
09:57
nhmood has quit [Changing host]
09:57
nhmood has joined #ruby-lang
09:57
vondruch has quit [Changing host]
09:57
vondruch has joined #ruby-lang
09:58
beawesomeinstead has quit [Changing host]
09:58
beawesomeinstead has joined #ruby-lang
09:58
kro_ has joined #ruby-lang
09:58
snk has joined #ruby-lang
09:58
snk has quit [Changing host]
09:58
snk has joined #ruby-lang
09:58
yfeldblum has quit [Ping timeout: 265 seconds]
09:59
woollyams has joined #ruby-lang
10:00
\marrub has joined #ruby-lang
10:00
neurodamage has joined #ruby-lang
10:01
LanceHaig has quit [Changing host]
10:01
LanceHaig has joined #ruby-lang
10:01
lolmaus has joined #ruby-lang
10:02
Asher has quit [Quit: Leaving.]
10:02
Asher has joined #ruby-lang
10:02
sammas has joined #ruby-lang
10:02
cnivolle has quit [Read error: Connection reset by peer]
10:03
cnivolle has joined #ruby-lang
10:03
eam has joined #ruby-lang
10:03
znz_jp has quit [*.net *.split]
10:03
nhmood has quit [*.net *.split]
10:03
cyndis has quit [*.net *.split]
10:03
konr has quit [*.net *.split]
10:03
cklee has quit [*.net *.split]
10:03
levifig has quit [*.net *.split]
10:03
dlackty has quit [*.net *.split]
10:03
pipework has quit [*.net *.split]
10:03
antonishen has quit [*.net *.split]
10:03
Fushi has quit [*.net *.split]
10:03
zrl has quit [*.net *.split]
10:03
postmodern has quit [*.net *.split]
10:03
MindfulMonk has quit [*.net *.split]
10:03
dfr|work has quit [*.net *.split]
10:03
zenojis has quit [*.net *.split]
10:03
chris2 has quit [*.net *.split]
10:03
Liru has quit [*.net *.split]
10:03
msch has quit [*.net *.split]
10:03
wmoxam has quit [*.net *.split]
10:03
bnagy has quit [*.net *.split]
10:03
DefV has quit [*.net *.split]
10:03
ruskie has quit [*.net *.split]
10:03
Paradox has quit [*.net *.split]
10:03
linc01n has quit [*.net *.split]
10:03
priodev has quit [*.net *.split]
10:03
styped____ has quit [*.net *.split]
10:03
nopc0de has quit [*.net *.split]
10:03
ConstantineXVI has quit [*.net *.split]
10:03
nifoc has quit [*.net *.split]
10:03
DarkBushido has quit [*.net *.split]
10:03
soraher_ has quit [*.net *.split]
10:03
chris2 has joined #ruby-lang
10:04
DefV has joined #ruby-lang
10:04
cyndis has joined #ruby-lang
10:04
linc01n_ has joined #ruby-lang
10:04
bnagy has joined #ruby-lang
10:04
Liru has joined #ruby-lang
10:04
wmoxam has joined #ruby-lang
10:04
wmoxam has quit [Changing host]
10:04
wmoxam has joined #ruby-lang
10:04
dfr|work has joined #ruby-lang
10:04
dlackty has joined #ruby-lang
10:04
soraher_ has joined #ruby-lang
10:04
postmodern has joined #ruby-lang
10:04
antonishen has joined #ruby-lang
10:04
zrl has joined #ruby-lang
10:04
konr has joined #ruby-lang
10:04
styped____ has joined #ruby-lang
10:04
sepp2k has quit [Quit: Leaving.]
10:04
pipework has joined #ruby-lang
10:04
zenojis has joined #ruby-lang
10:04
levifig has joined #ruby-lang
10:04
Fushi has joined #ruby-lang
10:04
cklee has joined #ruby-lang
10:04
nhmood has joined #ruby-lang
10:04
zz_nopc0de has joined #ruby-lang
10:06
znz_jp has joined #ruby-lang
10:07
msch has joined #ruby-lang
10:07
matp has joined #ruby-lang
10:12
canton7 has joined #ruby-lang
10:13
dlackty has quit [Read error: Network is unreachable]
10:13
nhmood has quit [Ping timeout: 264 seconds]
10:13
zrl has quit [Ping timeout: 264 seconds]
10:13
beawesomeinstead has quit [Ping timeout: 264 seconds]
10:13
antonishen has quit [Read error: Connection reset by peer]
10:13
antonishen has joined #ruby-lang
10:14
zrl has joined #ruby-lang
10:14
seanhagen has quit [Ping timeout: 264 seconds]
10:14
rtlong has quit [Ping timeout: 264 seconds]
10:14
zenojis has quit [Quit: No Ping reply in 180 seconds.]
10:14
dlackty has joined #ruby-lang
10:14
benlovell has quit [Read error: Operation timed out]
10:15
judofyr has joined #ruby-lang
10:15
nhmood has joined #ruby-lang
10:15
lupine has quit [Ping timeout: 264 seconds]
10:15
beawesomeinstead has joined #ruby-lang
10:15
zenojis has joined #ruby-lang
10:16
woollyams has quit [Ping timeout: 252 seconds]
10:16
DarkBushido has joined #ruby-lang
10:18
benlovell has joined #ruby-lang
10:18
yfeldblum has joined #ruby-lang
10:18
MindfulMonk has joined #ruby-lang
10:18
Paradox has joined #ruby-lang
10:19
woollyams has joined #ruby-lang
10:19
ruskie has joined #ruby-lang
10:19
priodev has joined #ruby-lang
10:19
ConstantineXVI has joined #ruby-lang
10:21
lolmaus has quit [Read error: Connection reset by peer]
10:21
diegoviola has joined #ruby-lang
10:23
yfeldblum has quit [Ping timeout: 240 seconds]
10:23
apeiros has quit [Remote host closed the connection]
10:23
apeiros has joined #ruby-lang
10:25
davispuh has quit [Quit: No Ping reply in 180 seconds.]
10:25
lolmaus has joined #ruby-lang
10:26
davispuh has joined #ruby-lang
10:26
neurodamage has quit [*.net *.split]
10:26
rtl has quit [*.net *.split]
10:26
masscrx has quit [*.net *.split]
10:26
pabs has quit [*.net *.split]
10:26
yeltzooo has quit [*.net *.split]
10:26
brixen has quit [*.net *.split]
10:26
x0f has quit [*.net *.split]
10:26
zlogan has quit [*.net *.split]
10:26
vondruch has quit [*.net *.split]
10:26
bryanl has quit [*.net *.split]
10:26
LanceHaig has quit [*.net *.split]
10:26
ahf has quit [*.net *.split]
10:26
retro|cz has quit [*.net *.split]
10:26
jevs has quit [*.net *.split]
10:26
ndrst has quit [*.net *.split]
10:26
oddmunds has quit [*.net *.split]
10:26
meizaps has quit [*.net *.split]
10:26
bahar has quit [*.net *.split]
10:26
Rickmasta has quit [*.net *.split]
10:26
yubrew has quit [*.net *.split]
10:26
_rgn has quit [*.net *.split]
10:26
headius has quit [*.net *.split]
10:26
araujo has quit [*.net *.split]
10:26
joonty has quit [*.net *.split]
10:26
mr-foobar has quit [*.net *.split]
10:26
crazysim has quit [*.net *.split]
10:26
chuck has quit [*.net *.split]
10:26
freedrull has quit [*.net *.split]
10:26
fbernier has quit [*.net *.split]
10:26
rofel has quit [*.net *.split]
10:26
rahul_j has quit [*.net *.split]
10:26
eval-in has quit [*.net *.split]
10:26
herpless has quit [*.net *.split]
10:26
nibbo_ has quit [*.net *.split]
10:26
nisstyre has quit [*.net *.split]
10:26
jtperreault has quit [*.net *.split]
10:26
michael_imac has quit [*.net *.split]
10:26
ItSAN____ has quit [*.net *.split]
10:26
kirin` has quit [*.net *.split]
10:26
avdi has quit [*.net *.split]
10:27
jmeeuwen has quit [*.net *.split]
10:27
_fritz_ has quit [*.net *.split]
10:27
shennyg has quit [*.net *.split]
10:27
dmiller has quit [*.net *.split]
10:27
whitequark has quit [*.net *.split]
10:27
error404 has quit [*.net *.split]
10:27
sindork has quit [*.net *.split]
10:27
coffeejunk has quit [*.net *.split]
10:27
wnd has quit [*.net *.split]
10:27
Shoffner has quit [*.net *.split]
10:27
funnel has quit [*.net *.split]
10:27
ggherdov_ has quit [*.net *.split]
10:27
adambeynon has quit [*.net *.split]
10:27
mattyohe has quit [*.net *.split]
10:27
strmpnk has quit [*.net *.split]
10:29
neurodamage has joined #ruby-lang
10:29
error404 has joined #ruby-lang
10:29
pipework has quit [Ping timeout: 248 seconds]
10:30
Shoffner has joined #ruby-lang
10:30
fbernier has joined #ruby-lang
10:30
whitequark has joined #ruby-lang
10:30
rtl has joined #ruby-lang
10:31
masscrx has joined #ruby-lang
10:31
sindork has joined #ruby-lang
10:31
crazysim has joined #ruby-lang
10:31
yeltzooo has joined #ruby-lang
10:31
kirin` has joined #ruby-lang
10:31
x0f has joined #ruby-lang
10:31
freedrull has joined #ruby-lang
10:31
ahf has joined #ruby-lang
10:31
brixen has joined #ruby-lang
10:31
chuck has joined #ruby-lang
10:31
bahar has joined #ruby-lang
10:31
dmiller has joined #ruby-lang
10:31
wnd has joined #ruby-lang
10:31
eval-in has joined #ruby-lang
10:31
ahf has joined #ruby-lang
10:31
ahf has quit [Changing host]
10:31
funnel has joined #ruby-lang
10:31
LanceHaig has joined #ruby-lang
10:31
oddmunds has joined #ruby-lang
10:31
zlogan has joined #ruby-lang
10:31
retro|cz has joined #ruby-lang
10:31
_rgn has joined #ruby-lang
10:31
chuck has quit [Changing host]
10:31
chuck has joined #ruby-lang
10:31
jmeeuwen has joined #ruby-lang
10:31
nibbo_ has joined #ruby-lang
10:31
kitak has quit [Remote host closed the connection]
10:31
coffeejunk has joined #ruby-lang
10:31
yubrew has joined #ruby-lang
10:31
pabs has joined #ruby-lang
10:31
Shoffner has quit [Changing host]
10:31
Shoffner has joined #ruby-lang
10:31
rofel has joined #ruby-lang
10:31
headius has joined #ruby-lang
10:31
vondruch has joined #ruby-lang
10:31
rahul_j has joined #ruby-lang
10:31
joonty has joined #ruby-lang
10:31
meizaps has joined #ruby-lang
10:31
nibbo_ has joined #ruby-lang
10:31
nibbo_ has quit [Changing host]
10:31
herpless has joined #ruby-lang
10:31
mr-foobar has joined #ruby-lang
10:31
michael_mbp has joined #ruby-lang
10:31
ndrst has joined #ruby-lang
10:31
kitak has joined #ruby-lang
10:31
vondruch has quit [Changing host]
10:31
vondruch has joined #ruby-lang
10:31
avdi has joined #ruby-lang
10:31
herpless has quit [Changing host]
10:31
herpless has joined #ruby-lang
10:31
avdi has joined #ruby-lang
10:31
avdi has quit [Changing host]
10:31
bryanl has joined #ruby-lang
10:31
Rickmasta has joined #ruby-lang
10:31
araujo has joined #ruby-lang
10:31
strmpnk has joined #ruby-lang
10:31
_fritz_ has joined #ruby-lang
10:31
ItSANgo__ has joined #ruby-lang
10:31
relix has joined #ruby-lang
10:31
shennyg has joined #ruby-lang
10:31
nisstyre has joined #ruby-lang
10:31
jtperreault has joined #ruby-lang
10:31
pipework has joined #ruby-lang
10:31
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:31
adambeynon has joined #ruby-lang
10:32
MindfulMonk has quit [Quit: Have fun]
10:32
jevs has joined #ruby-lang
10:32
mattyohe has joined #ruby-lang
10:32
charliesome has joined #ruby-lang
10:34
ggherdov_ has joined #ruby-lang
10:36
sferik has joined #ruby-lang
10:36
francisfish has quit [Remote host closed the connection]
10:39
banister_ has joined #ruby-lang
10:39
banister has quit [Read error: Connection reset by peer]
10:39
meizaps has quit [*.net *.split]
10:39
bryanl has quit [*.net *.split]
10:39
michael_mbp has quit [*.net *.split]
10:39
x0f has quit [*.net *.split]
10:39
error404 has quit [*.net *.split]
10:39
neurodamage has quit [*.net *.split]
10:39
davispuh has quit [*.net *.split]
10:39
lolmaus has quit [*.net *.split]
10:39
benlovell has quit [*.net *.split]
10:39
msch has quit [*.net *.split]
10:39
zz_nopc0de has quit [*.net *.split]
10:39
wmoxam has quit [*.net *.split]
10:39
Liru has quit [*.net *.split]
10:39
ruskie has quit [*.net *.split]
10:39
Asher has quit [*.net *.split]
10:39
kro_ has quit [*.net *.split]
10:39
skade has quit [*.net *.split]
10:39
ozzloy has quit [*.net *.split]
10:39
Rahnarsson has quit [*.net *.split]
10:39
PaulePanter has quit [*.net *.split]
10:39
allomov has quit [*.net *.split]
10:39
Authenticator has quit [*.net *.split]
10:40
jasiek has quit [*.net *.split]
10:40
ironcamel has quit [*.net *.split]
10:40
face has quit [*.net *.split]
10:40
tkuchiki has quit [*.net *.split]
10:40
mihar has quit [*.net *.split]
10:40
lguardiola has quit [*.net *.split]
10:40
valeri_ufo has quit [*.net *.split]
10:40
rnea has quit [*.net *.split]
10:40
mahlon has quit [*.net *.split]
10:40
tsou has quit [*.net *.split]
10:40
jperry has quit [*.net *.split]
10:40
eban has quit [*.net *.split]
10:40
badeball has quit [*.net *.split]
10:40
TheMoonMaster has quit [*.net *.split]
10:40
jarib has quit [*.net *.split]
10:40
mikecmpbll has quit [*.net *.split]
10:40
qba73 has quit [*.net *.split]
10:40
caral has quit [*.net *.split]
10:40
hakunin has quit [*.net *.split]
10:40
FiXato has quit [*.net *.split]
10:40
paul__k has quit [*.net *.split]
10:40
jtoy_ has quit [*.net *.split]
10:40
tyrbo has quit [*.net *.split]
10:40
PaulePanter has joined #ruby-lang
10:40
ironcamel has joined #ruby-lang
10:40
badeball has joined #ruby-lang
10:40
lguardiola has joined #ruby-lang
10:40
wmoxam_ has joined #ruby-lang
10:40
valeri_uF0 has joined #ruby-lang
10:40
jtoy has joined #ruby-lang
10:40
error404 has joined #ruby-lang
10:40
jarib has joined #ruby-lang
10:40
jarib has quit [Changing host]
10:40
jarib has joined #ruby-lang
10:40
benlovell has joined #ruby-lang
10:40
eban has joined #ruby-lang
10:40
Rahnarsson has joined #ruby-lang
10:40
caral has joined #ruby-lang
10:40
nopc0def has joined #ruby-lang
10:40
lolmaus has joined #ruby-lang
10:40
face has joined #ruby-lang
10:40
jperry has joined #ruby-lang
10:40
tsou has joined #ruby-lang
10:40
ozzloy has joined #ruby-lang
10:40
Liru has joined #ruby-lang
10:40
mihar has joined #ruby-lang
10:40
ozzloy has quit [Changing host]
10:40
ozzloy has joined #ruby-lang
10:40
Authenticator has joined #ruby-lang
10:40
kro_ has joined #ruby-lang
10:40
tkuchiki has joined #ruby-lang
10:40
meizaps has joined #ruby-lang
10:40
x0f has joined #ruby-lang
10:40
valeri_uF0 is now known as valeri_ufo
10:40
mikecmpbll has joined #ruby-lang
10:40
qba73 has joined #ruby-lang
10:40
hakunin has joined #ruby-lang
10:40
rnea has joined #ruby-lang
10:40
tyrbo has joined #ruby-lang
10:40
jasiek has joined #ruby-lang
10:40
Asher has joined #ruby-lang
10:40
skade has joined #ruby-lang
10:40
FiXato has joined #ruby-lang
10:40
allomov has joined #ruby-lang
10:40
paul_k has joined #ruby-lang
10:40
mahlon has joined #ruby-lang
10:41
bryanl has joined #ruby-lang
10:41
davispuh has joined #ruby-lang
10:41
michael_mbp has joined #ruby-lang
10:41
omegahm has joined #ruby-lang
10:42
karamazo_ has joined #ruby-lang
10:42
karamazo_ is now known as karamazov_
10:43
TheMoonMaster has joined #ruby-lang
10:45
karamazov has quit [Ping timeout: 252 seconds]
10:45
neurodamage has joined #ruby-lang
10:45
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:47
francisfish has joined #ruby-lang
10:48
mehlah has quit [Quit: Leaving...]
10:56
automationaddict has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:58
futilegames has joined #ruby-lang
11:01
fabioboris has quit [Remote host closed the connection]
11:01
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:01
nifoc has joined #ruby-lang
11:01
mehlah has joined #ruby-lang
11:03
bin7me has joined #ruby-lang
11:04
ruskie has joined #ruby-lang
11:04
rahul_j has quit [Quit: rahul_j]
11:04
stamina has joined #ruby-lang
11:05
rahul_j has joined #ruby-lang
11:05
caral has quit [Quit: caral]
11:08
diegoviola has quit [Quit: WeeChat 0.4.3]
11:14
machuga has left #ruby-lang ["Bye!"]
11:15
<
judofyr >
hey folks
11:17
Guedes has joined #ruby-lang
11:17
Guedes has joined #ruby-lang
11:18
Speed has joined #ruby-lang
11:19
yfeldblum has joined #ruby-lang
11:23
Guedes has left #ruby-lang ["Saindo"]
11:24
yfeldblum has quit [Ping timeout: 252 seconds]
11:24
lolmaus has quit [Read error: Connection reset by peer]
11:24
sferik has joined #ruby-lang
11:27
lolmaus has joined #ruby-lang
11:32
benlovell has quit [Ping timeout: 265 seconds]
11:36
<
yorickpeterse >
SOMETHING SOMETHING OPENSSL
11:39
<
oddmunds >
judofyr: yo
11:40
<
judofyr >
oddmunds: what's up?
11:40
<
oddmunds >
working. doing some minor ruby stuff at work these days
11:40
simono has joined #ruby-lang
11:40
Speed has quit [Ping timeout: 255 seconds]
11:44
seanhagen has joined #ruby-lang
11:45
lupine has joined #ruby-lang
11:45
cored has joined #ruby-lang
11:45
elia has quit [Quit: Computer has gone to sleep.]
11:46
rtlong has joined #ruby-lang
11:49
Willox has joined #ruby-lang
11:52
relix has joined #ruby-lang
11:54
elia has joined #ruby-lang
11:56
shinnya has joined #ruby-lang
11:57
priodev has quit [Ping timeout: 252 seconds]
11:57
LMity has joined #ruby-lang
11:59
benlovell has joined #ruby-lang
12:06
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:06
MindfulMonk has joined #ruby-lang
12:06
LMity has quit [Ping timeout: 240 seconds]
12:07
face has quit [Ping timeout: 265 seconds]
12:07
msch has joined #ruby-lang
12:08
face has joined #ruby-lang
12:10
cored has quit [Quit: leaving]
12:10
priodev has joined #ruby-lang
12:11
dorei has joined #ruby-lang
12:12
cored has joined #ruby-lang
12:12
cored has joined #ruby-lang
12:12
cored has quit [Changing host]
12:12
darix has quit [Read error: Connection reset by peer]
12:13
karamazov_ has quit [Read error: Connection reset by peer]
12:13
darix has joined #ruby-lang
12:14
sferik has joined #ruby-lang
12:15
jmeeuwen has quit [Quit: Disconnecting from stoned server.]
12:15
canton7-mac has quit [Read error: Connection reset by peer]
12:15
canton7-mac has joined #ruby-lang
12:16
jmeeuwen has joined #ruby-lang
12:16
pipework has quit [Ping timeout: 252 seconds]
12:16
ConstantineXVI has quit [Ping timeout: 252 seconds]
12:16
beawesomeinstead has quit [Ping timeout: 252 seconds]
12:16
levifig has quit [Ping timeout: 252 seconds]
12:16
tkuchiki has quit [Ping timeout: 264 seconds]
12:17
zrl has quit [Read error: Connection reset by peer]
12:17
antonishen has quit [Read error: Connection reset by peer]
12:17
herpless has quit [Read error: Network is unreachable]
12:17
styped____ has quit [Read error: Connection reset by peer]
12:17
dlackty has quit [Read error: Network is unreachable]
12:17
konr has quit [Read error: Connection reset by peer]
12:17
Shoffner has quit [Write error: Connection reset by peer]
12:17
nifoc has quit [Ping timeout: 252 seconds]
12:17
avdi has quit [Ping timeout: 252 seconds]
12:17
strmpnk has quit [Read error: Connection reset by peer]
12:17
zenojis has quit [Quit: No Ping reply in 180 seconds.]
12:17
seanhagen has quit [Ping timeout: 252 seconds]
12:17
cyndis has quit [Remote host closed the connection]
12:17
herpless has joined #ruby-lang
12:17
Shoffner has joined #ruby-lang
12:17
dlackty has joined #ruby-lang
12:17
rtlong has quit [Ping timeout: 252 seconds]
12:17
Paradox has quit [Ping timeout: 252 seconds]
12:17
DarkBushido has quit [Ping timeout: 252 seconds]
12:17
pipework has joined #ruby-lang
12:17
antonishen has joined #ruby-lang
12:17
strmpnk has joined #ruby-lang
12:17
zrl has joined #ruby-lang
12:17
levifig has joined #ruby-lang
12:18
avdi has joined #ruby-lang
12:18
cyndis has joined #ruby-lang
12:18
styped____ has joined #ruby-lang
12:18
lacrosse has joined #ruby-lang
12:18
priodev has quit [Ping timeout: 252 seconds]
12:18
lupine has quit [Ping timeout: 252 seconds]
12:18
dfr|work has quit [Ping timeout: 252 seconds]
12:18
konr has joined #ruby-lang
12:18
francisfish has quit [Remote host closed the connection]
12:18
omegahm has quit [Ping timeout: 252 seconds]
12:18
znz_jp has quit [Ping timeout: 252 seconds]
12:18
soraher_ has quit [Ping timeout: 252 seconds]
12:18
postmodern has quit [Ping timeout: 252 seconds]
12:19
zenojis has joined #ruby-lang
12:19
karamazov has joined #ruby-lang
12:20
beawesomeinstead has joined #ruby-lang
12:20
yfeldblum has joined #ruby-lang
12:20
skade has quit [Quit: Computer has gone to sleep.]
12:20
lupine has joined #ruby-lang
12:21
kukyakya has joined #ruby-lang
12:21
postmodern has joined #ruby-lang
12:21
soraher_ has joined #ruby-lang
12:21
dfr|work has joined #ruby-lang
12:21
priodev has joined #ruby-lang
12:21
Paradox has joined #ruby-lang
12:21
araujo has quit [Quit: Leaving]
12:22
DarkBushido has joined #ruby-lang
12:22
DarkBushido has quit [Changing host]
12:22
DarkBushido has joined #ruby-lang
12:22
rtlong has joined #ruby-lang
12:22
ConstantineXVI has joined #ruby-lang
12:22
francisfish has joined #ruby-lang
12:22
[spoiler] has joined #ruby-lang
12:23
znz_jp has joined #ruby-lang
12:25
yfeldblum has quit [Ping timeout: 246 seconds]
12:25
kukyakya has quit [Remote host closed the connection]
12:25
seanhagen has joined #ruby-lang
12:27
araujo has joined #ruby-lang
12:28
tbuehlmann has quit [Quit: Leaving]
12:28
rahul_j has quit [Quit: rahul_j]
12:31
rsl has joined #ruby-lang
12:32
aef has joined #ruby-lang
12:38
miqui has joined #ruby-lang
12:41
msch has quit [Quit: Coyote finally caught me]
12:43
sozorogami has joined #ruby-lang
12:43
workmad3 is now known as wm3|lunch
12:48
znz_jp has quit [Quit: kill -QUIT $$]
12:50
simono has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
12:51
benlovel1 has joined #ruby-lang
12:51
znz_jp has joined #ruby-lang
12:51
dr_bob has joined #ruby-lang
12:52
benlovell has quit [Ping timeout: 240 seconds]
12:53
dik_dak has joined #ruby-lang
12:57
nifoc has joined #ruby-lang
13:02
Cakey has joined #ruby-lang
13:07
Cakey has quit [Ping timeout: 240 seconds]
13:07
jgpawletko has joined #ruby-lang
13:09
machuga has joined #ruby-lang
13:10
simono has joined #ruby-lang
13:11
msch has joined #ruby-lang
13:12
Cakey has joined #ruby-lang
13:14
toretore has joined #ruby-lang
13:15
gianluca- has quit [Remote host closed the connection]
13:15
miqui has quit [Remote host closed the connection]
13:16
miqui has joined #ruby-lang
13:16
omegahm has joined #ruby-lang
13:16
francisfish has quit [Remote host closed the connection]
13:20
francisfish has joined #ruby-lang
13:21
yfeldblum has joined #ruby-lang
13:21
yfeldblum has quit [Read error: Connection reset by peer]
13:21
alexju has joined #ruby-lang
13:22
enebo has joined #ruby-lang
13:23
ItSANgo__ has quit [Quit: Leaving...]
13:26
allomov_ has joined #ruby-lang
13:28
\marrub is now known as marrub
13:28
marrub is now known as \marrub
13:28
tonni has quit [Remote host closed the connection]
13:30
allomov has quit [Ping timeout: 255 seconds]
13:31
francisfish has quit [Remote host closed the connection]
13:32
kitak_ has joined #ruby-lang
13:32
vondruch has quit [Read error: Connection reset by peer]
13:33
vondruch has joined #ruby-lang
13:34
ItSANgo has joined #ruby-lang
13:36
miqui_ has joined #ruby-lang
13:37
miqui has quit [Ping timeout: 240 seconds]
13:37
simono has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
13:40
shinnya has quit [Ping timeout: 246 seconds]
13:41
AncientAmateur has joined #ruby-lang
13:43
postmodern has quit [Quit: Leaving]
13:45
tonni has joined #ruby-lang
13:46
charlies_ has joined #ruby-lang
13:48
charliesome has quit [Ping timeout: 264 seconds]
13:48
zlogan has quit [Ping timeout: 264 seconds]
13:49
maoko has joined #ruby-lang
13:50
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:51
joonty_ has joined #ruby-lang
13:51
fezziwig has joined #ruby-lang
13:53
joonty has quit [Ping timeout: 264 seconds]
13:55
Jason has joined #ruby-lang
13:55
zlogan has joined #ruby-lang
13:55
Jason is now known as Guest68431
13:56
sferik has joined #ruby-lang
13:56
cow-orker has joined #ruby-lang
13:57
JohnBat26 has joined #ruby-lang
13:58
tkuchiki has joined #ruby-lang
14:02
momomomomo has joined #ruby-lang
14:04
loincloth has joined #ruby-lang
14:09
wm3|lunch is now known as workmad3
14:10
miqui_ is now known as miqui
14:10
Speed has joined #ruby-lang
14:10
Guest68431 has quit [Remote host closed the connection]
14:12
<
oddmunds >
why do you do it like that?
14:13
<
judofyr >
because I don't have access to it in any other way
14:13
<
judofyr >
somewhere down the stack there's a: env = env.merge(…)
14:13
<
judofyr >
and Rack::Session is inserted into the new env
14:13
<
judofyr >
I have access to the old env
14:14
<
judofyr >
but only
*after* the env.merge. (otherwise I could have patched env.merge)
14:14
<
oddmunds >
so you pull out the session before it gets overwritten?
14:15
Cakey has quit [Ping timeout: 246 seconds]
14:15
francisfish has joined #ruby-lang
14:16
Cakey has joined #ruby-lang
14:19
nisstyre has quit [Quit: bai]
14:22
yfeldblum has joined #ruby-lang
14:22
\marrub is now known as \marbu
14:23
joonty_ is now known as joonty
14:23
\marbu is now known as \arrbum
14:25
<
judofyr >
I guess I should just patch Padrino
14:26
nathanstitt has joined #ruby-lang
14:26
yfeldblum has quit [Ping timeout: 252 seconds]
14:26
anjen has joined #ruby-lang
14:28
judofyr has quit [Remote host closed the connection]
14:28
bantic has joined #ruby-lang
14:28
sdouglas has joined #ruby-lang
14:30
anjen has quit [Client Quit]
14:31
havenwood has joined #ruby-lang
14:31
dr_bob has left #ruby-lang [#ruby-lang]
14:32
anjen has joined #ruby-lang
14:32
momomomomo has quit [Quit: momomomomo]
14:33
francisfish has quit [Remote host closed the connection]
14:35
woollyams has quit [Ping timeout: 252 seconds]
14:36
anjen has quit [Client Quit]
14:37
<
yorickpeterse >
Every time you use GC.disable / GC.disable I will note you on a list of people to punch with an inflatable baton
14:38
simono has joined #ruby-lang
14:39
akahn_ has joined #ruby-lang
14:41
charlies_ is now known as charliesome
14:41
Tn6o has joined #ruby-lang
14:42
mistym has joined #ruby-lang
14:44
rofel has quit [Quit: Leaving...]
14:45
ljarvis has quit [*.net *.split]
14:45
justinmcp has quit [*.net *.split]
14:45
lhz has quit [*.net *.split]
14:45
luvs2spooge has quit [*.net *.split]
14:45
segy has quit [*.net *.split]
14:45
jsaak has quit [*.net *.split]
14:45
robmiller has quit [*.net *.split]
14:45
cba has quit [*.net *.split]
14:45
chouhoulis has quit [*.net *.split]
14:45
sluukkonen has quit [*.net *.split]
14:45
zastern has quit [*.net *.split]
14:45
samuelkadolph has quit [*.net *.split]
14:45
matti has quit [*.net *.split]
14:45
deg- has quit [*.net *.split]
14:45
hackeron has quit [*.net *.split]
14:45
floyd2_ has quit [*.net *.split]
14:45
llakey has quit [*.net *.split]
14:45
machuga has quit [*.net *.split]
14:45
knu has quit [*.net *.split]
14:45
heftig has quit [*.net *.split]
14:45
solars has quit [*.net *.split]
14:45
weems has quit [*.net *.split]
14:45
joast has quit [*.net *.split]
14:45
go|dfish has quit [*.net *.split]
14:45
Muz_ has quit [*.net *.split]
14:45
`micro_ has quit [*.net *.split]
14:45
rue_XIW has quit [*.net *.split]
14:45
Pupeno has quit [*.net *.split]
14:45
jaimef has quit [*.net *.split]
14:45
dluv has quit [*.net *.split]
14:45
ihme-TTilus has quit [*.net *.split]
14:45
davidae_ has quit [*.net *.split]
14:45
Kuukunen has quit [*.net *.split]
14:45
yugui_zzz has quit [*.net *.split]
14:45
Kero has quit [*.net *.split]
14:45
cout has quit [*.net *.split]
14:45
jhass|off has quit [*.net *.split]
14:45
Mellett68 has quit [*.net *.split]
14:45
dhruvasagar has quit [*.net *.split]
14:45
csfrancis has quit [*.net *.split]
14:45
Jamo has quit [*.net *.split]
14:46
cow-orker has quit [*.net *.split]
14:46
brownies has quit [*.net *.split]
14:46
Jamo has joined #ruby-lang
14:46
floyd2 has joined #ruby-lang
14:46
weems has joined #ruby-lang
14:46
weems has quit [Changing host]
14:46
weems has joined #ruby-lang
14:46
jsaak has joined #ruby-lang
14:46
`micro has joined #ruby-lang
14:46
Kero has joined #ruby-lang
14:46
dhruvasagar has joined #ruby-lang
14:47
cow-orker has joined #ruby-lang
14:47
llakey has joined #ruby-lang
14:47
zastern has joined #ruby-lang
14:47
znz_jp has quit [Quit: kill -QUIT $$]
14:47
jhass|off has joined #ruby-lang
14:47
chouhoulis has joined #ruby-lang
14:47
Pupeno has joined #ruby-lang
14:47
zz_dlu has joined #ruby-lang
14:47
jhass|off is now known as jhass
14:47
solars has joined #ruby-lang
14:47
`micro is now known as Guest53361
14:47
heftig has joined #ruby-lang
14:47
matti has joined #ruby-lang
14:47
samuelkadolph has joined #ruby-lang
14:47
robmiller has joined #ruby-lang
14:47
Mellett68 has joined #ruby-lang
14:47
yugui_zzz has joined #ruby-lang
14:47
knu has joined #ruby-lang
14:47
rue|w has joined #ruby-lang
14:47
benlovell has joined #ruby-lang
14:48
znz_jp has joined #ruby-lang
14:48
cout has joined #ruby-lang
14:48
brownies has joined #ruby-lang
14:48
brownies has quit [Changing host]
14:48
brownies has joined #ruby-lang
14:49
lhz has joined #ruby-lang
14:49
cba has joined #ruby-lang
14:49
akahn_ has joined #ruby-lang
14:49
go|dfish has joined #ruby-lang
14:49
justinmcp has joined #ruby-lang
14:49
segy has joined #ruby-lang
14:50
benlovel1 has quit [Ping timeout: 255 seconds]
14:50
machuga has joined #ruby-lang
14:50
hackeron has joined #ruby-lang
14:50
csfrancis has joined #ruby-lang
14:51
marr has joined #ruby-lang
14:51
robbyoconnor has quit [Quit: Konversation terminated!]
14:51
Muz has joined #ruby-lang
14:52
mistym has quit [Remote host closed the connection]
14:52
akahn_ is now known as akahn
14:52
kukyakya has joined #ruby-lang
14:52
tbuehlmann has joined #ruby-lang
14:52
karamazov has quit [Remote host closed the connection]
14:53
fezziwig has quit [Remote host closed the connection]
14:55
sluukkonen has joined #ruby-lang
14:56
fezziwig_ has joined #ruby-lang
14:56
skade has joined #ruby-lang
14:57
negatendo has left #ruby-lang [#ruby-lang]
14:58
jaimef has joined #ruby-lang
14:58
rahul_j has joined #ruby-lang
14:58
fezziwig_ has quit [Remote host closed the connection]
14:59
alex-quiterio1 has joined #ruby-lang
14:59
|jemc| has joined #ruby-lang
14:59
cored has quit [Ping timeout: 246 seconds]
15:00
Kuukunen has joined #ruby-lang
15:00
davidae has joined #ruby-lang
15:02
futilegames has quit [Quit: futilegames]
15:03
rahul_j has quit [Quit: rahul_j]
15:05
deg- has joined #ruby-lang
15:06
mistym has joined #ruby-lang
15:07
tonni has quit [Remote host closed the connection]
15:09
LanceHaig has quit [Changing host]
15:09
LanceHaig has joined #ruby-lang
15:10
solars has quit [Ping timeout: 240 seconds]
15:12
toastynerd has joined #ruby-lang
15:12
TTilus has joined #ruby-lang
15:16
sdouglas has quit [Remote host closed the connection]
15:19
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
15:20
face has quit [Ping timeout: 246 seconds]
15:22
face has joined #ruby-lang
15:22
yfeldblum has joined #ruby-lang
15:22
rippa has joined #ruby-lang
15:23
ljarvis has joined #ruby-lang
15:23
rahul_j has joined #ruby-lang
15:24
joast has joined #ruby-lang
15:24
apeiros has quit [Remote host closed the connection]
15:24
apeiros has joined #ruby-lang
15:27
yfeldblum has quit [Ping timeout: 252 seconds]
15:27
mykoweb has joined #ruby-lang
15:28
apeiros has quit [Ping timeout: 240 seconds]
15:28
sindork has quit [Changing host]
15:28
sindork has joined #ruby-lang
15:29
jsullivandigs has joined #ruby-lang
15:32
toastynerd has quit [Remote host closed the connection]
15:32
allomov_ has quit [Ping timeout: 265 seconds]
15:33
Technodrome has joined #ruby-lang
15:33
<
Technodrome >
Good day!
15:34
jodosha has quit [Ping timeout: 260 seconds]
15:34
kitak_ has quit [Remote host closed the connection]
15:35
kitak_ has joined #ruby-lang
15:36
danijoo_ has joined #ruby-lang
15:36
danijoo has quit [Read error: Connection reset by peer]
15:36
dstynchula has joined #ruby-lang
15:37
sdouglas has joined #ruby-lang
15:38
havenwood has quit [Read error: Connection reset by peer]
15:38
havenwood has joined #ruby-lang
15:40
achal has quit [Quit: Connection closed for inactivity]
15:42
RobertBirnie has joined #ruby-lang
15:44
AncientAmateur has quit [Remote host closed the connection]
15:44
gianlucadv has joined #ruby-lang
15:46
nisstyre has joined #ruby-lang
15:49
tyrbo has quit [Read error: Connection reset by peer]
15:50
rahul_j has quit [Quit: rahul_j]
15:50
tyrbo has joined #ruby-lang
15:51
joast has quit [Ping timeout: 240 seconds]
15:51
Technodrome has quit [Quit: Technodrome]
15:53
dagobah has quit [Quit: Leaving...]
15:54
nisstyre has quit [Read error: Connection reset by peer]
15:54
nisstyre has joined #ruby-lang
15:55
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:56
dwknoxy has joined #ruby-lang
15:57
VTLob has joined #ruby-lang
15:58
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
15:59
nopc0def is now known as nopc0de
16:00
segy has joined #ruby-lang
16:01
Technodrome has joined #ruby-lang
16:01
slawrence00 has joined #ruby-lang
16:01
apeiros has joined #ruby-lang
16:04
diegoviola has joined #ruby-lang
16:04
heftig has quit [Quit: Quitting]
16:04
cnivolle has quit [Remote host closed the connection]
16:05
joonty_ has joined #ruby-lang
16:06
achal has joined #ruby-lang
16:06
joonty has quit [Ping timeout: 265 seconds]
16:10
momomomomo has joined #ruby-lang
16:11
zlogan has quit [Ping timeout: 240 seconds]
16:12
Technodrome has quit [Quit: Technodrome]
16:13
verto has quit [Quit: see you later xD]
16:14
rahul_j has joined #ruby-lang
16:15
toastynerd has joined #ruby-lang
16:20
mistym has quit [Remote host closed the connection]
16:22
diegoviola has quit [Quit: WeeChat 0.4.3]
16:23
yfeldblum has joined #ruby-lang
16:24
saarinen has joined #ruby-lang
16:24
joast has joined #ruby-lang
16:26
vsorlov has joined #ruby-lang
16:27
Cakey has quit [Ping timeout: 265 seconds]
16:27
yfeldblum has quit [Ping timeout: 240 seconds]
16:27
RobertBirnie has joined #ruby-lang
16:29
yann_ck has joined #ruby-lang
16:29
pixelhandler has joined #ruby-lang
16:30
retro|cz has quit [Ping timeout: 264 seconds]
16:30
jxpx777 has joined #ruby-lang
16:31
tyrbo has quit [Remote host closed the connection]
16:31
tyrbo has joined #ruby-lang
16:31
fezziwig has joined #ruby-lang
16:35
gix has quit [Ping timeout: 252 seconds]
16:36
sferik has joined #ruby-lang
16:36
mikecmpbll has quit [Ping timeout: 255 seconds]
16:37
arBmind has quit [Quit: Leaving.]
16:38
canton7-mac has quit [Quit: Leaving]
16:38
mykoweb_ has joined #ruby-lang
16:39
ryez has joined #ruby-lang
16:39
benlovell has quit [Ping timeout: 265 seconds]
16:39
gix has joined #ruby-lang
16:41
AncientAmateur has joined #ruby-lang
16:42
mykoweb has quit [Ping timeout: 252 seconds]
16:42
yfeldblum has joined #ruby-lang
16:42
yfeldblum has quit [Remote host closed the connection]
16:43
gix- has joined #ruby-lang
16:43
gix has quit [Disconnected by services]
16:43
yfeldblum has joined #ruby-lang
16:43
michaeldeol has joined #ruby-lang
16:44
sozorogami has quit [Remote host closed the connection]
16:44
mistym has joined #ruby-lang
16:44
sozorogami has joined #ruby-lang
16:44
sozorogami has quit [Remote host closed the connection]
16:45
diegoviola has joined #ruby-lang
16:45
AncientAmateur has quit [Ping timeout: 240 seconds]
16:47
gix- has quit [Ping timeout: 240 seconds]
16:48
AncientAmateur has joined #ruby-lang
16:48
elia has quit [Ping timeout: 240 seconds]
16:51
jsutt has joined #ruby-lang
16:52
gix has joined #ruby-lang
16:53
stamina has quit [Ping timeout: 255 seconds]
16:53
francisfish has joined #ruby-lang
16:54
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:57
yfeldblum has quit [Ping timeout: 250 seconds]
16:57
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:58
francisfish has quit [Remote host closed the connection]
16:59
mykoweb_ has quit [Remote host closed the connection]
16:59
wallerdev has joined #ruby-lang
17:00
sdouglas has quit [Remote host closed the connection]
17:02
stardiviner has joined #ruby-lang
17:02
mykoweb has joined #ruby-lang
17:03
mykoweb has quit [Remote host closed the connection]
17:05
michaeldeol has joined #ruby-lang
17:05
mykoweb has joined #ruby-lang
17:05
francisfish has joined #ruby-lang
17:05
havenwood has quit [Remote host closed the connection]
17:05
rahul_j has quit [Quit: rahul_j]
17:07
havenwood has joined #ruby-lang
17:08
Technodrome has joined #ruby-lang
17:08
robmiller has quit [Quit: Leaving.]
17:11
mikecmpbll has joined #ruby-lang
17:12
mehlah has quit [Quit: Leaving...]
17:12
hahuang65 has joined #ruby-lang
17:16
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
17:17
verto has joined #ruby-lang
17:18
cored has joined #ruby-lang
17:18
cored has joined #ruby-lang
17:18
cored has quit [Changing host]
17:19
bin7me has quit [Quit: Leaving]
17:20
michaeldeol has joined #ruby-lang
17:21
tyrbo has quit [Remote host closed the connection]
17:22
tyrbo has joined #ruby-lang
17:23
enebo has quit [Quit: enebo]
17:25
kukyakya has quit [Remote host closed the connection]
17:29
danijoo_ has quit [Quit: Leaving...]
17:29
danijoo has joined #ruby-lang
17:31
simono is now known as simon-away
17:35
loincloth has quit [Remote host closed the connection]
17:35
ubuggin has joined #ruby-lang
17:36
allomov has joined #ruby-lang
17:37
AncientAmateur has quit [Remote host closed the connection]
17:38
AncientAmateur has joined #ruby-lang
17:38
yfeldblum has joined #ruby-lang
17:39
yfeldblum has quit [Read error: Connection reset by peer]
17:39
yfeldblum has joined #ruby-lang
17:40
ubuggin has quit [Quit: Leaving.]
17:41
robmiller has joined #ruby-lang
17:41
robmiller has quit [Client Quit]
17:42
AncientAmateur has quit [Ping timeout: 240 seconds]
17:47
rh1n0 has joined #ruby-lang
17:47
ryez has quit [Ping timeout: 240 seconds]
17:47
ItSANgo has quit [Ping timeout: 240 seconds]
17:49
diegoviola has quit [Quit: WeeChat 0.4.3]
17:51
nisstyre has quit [Quit: WeeChat 0.4.3]
17:52
AncientAmateur has joined #ruby-lang
17:53
jsutt has quit [Ping timeout: 240 seconds]
17:58
allomov has quit [Remote host closed the connection]
18:04
solars has joined #ruby-lang
18:05
LMity has joined #ruby-lang
18:08
sebastianb has quit [Quit: Lost terminal]
18:09
francisfish has quit [Remote host closed the connection]
18:10
achal has quit [Quit: Connection closed for inactivity]
18:11
LMity has quit [Ping timeout: 250 seconds]
18:14
lupine has joined #ruby-lang
18:14
yxhuvud has quit [Remote host closed the connection]
18:15
sepp2k has joined #ruby-lang
18:17
loincloth has joined #ruby-lang
18:17
jason has joined #ruby-lang
18:17
yxhuvud has joined #ruby-lang
18:17
jason is now known as Guest28248
18:18
ubuggin has joined #ruby-lang
18:20
tonni has joined #ruby-lang
18:23
Cakey has joined #ruby-lang
18:23
alex-quiterio1 has quit [Quit: Leaving.]
18:26
momomomomo has quit [Quit: momomomomo]
18:26
ascarter has joined #ruby-lang
18:27
Cakey has quit [Ping timeout: 240 seconds]
18:28
bantic has quit [Quit: bantic]
18:29
tough_griff has joined #ruby-lang
18:32
enebo has joined #ruby-lang
18:32
stamina has joined #ruby-lang
18:32
tough_griff has quit [Client Quit]
18:32
lolmaus has quit [Read error: Connection reset by peer]
18:34
ubuggin has left #ruby-lang [#ruby-lang]
18:35
CaptainJet has joined #ruby-lang
18:35
rh1n0 has quit [Read error: Connection reset by peer]
18:35
yfeldblum has quit [Remote host closed the connection]
18:35
ubuggin has joined #ruby-lang
18:38
lolmaus has joined #ruby-lang
18:38
heftig has joined #ruby-lang
18:38
ylluminate has quit [Ping timeout: 240 seconds]
18:39
agarie has joined #ruby-lang
18:42
ubuggin has left #ruby-lang [#ruby-lang]
18:43
sepp2k1 has joined #ruby-lang
18:44
sepp2k has quit [Ping timeout: 240 seconds]
18:45
tbuehlmann has quit [Remote host closed the connection]
18:45
drakkhen_ has quit [Ping timeout: 252 seconds]
18:51
yfeldblum has joined #ruby-lang
18:55
benlovell has joined #ruby-lang
18:56
jsutt has joined #ruby-lang
18:56
stamina has quit [Quit: WeeChat 0.4.3]
18:56
priodev has quit [K-Lined]
18:57
alex-quiterio has joined #ruby-lang
18:58
alexju has quit [Ping timeout: 240 seconds]
18:58
priodev has joined #ruby-lang
18:58
mehlah has joined #ruby-lang
18:58
symm- has joined #ruby-lang
18:58
jsutt has quit [Remote host closed the connection]
18:59
jsutt has joined #ruby-lang
18:59
priodev has quit [K-Lined]
19:00
priodev has joined #ruby-lang
19:01
alexju has joined #ruby-lang
19:01
Fushi has quit [Quit: Connection closed for inactivity]
19:01
blowmage has quit [Quit: Coyote finally caught me]
19:01
francisfish has joined #ruby-lang
19:07
achal has joined #ruby-lang
19:11
solars has quit [Ping timeout: 240 seconds]
19:14
flori has quit [Read error: Operation timed out]
19:15
yfeldblum has quit [Remote host closed the connection]
19:15
bantic has joined #ruby-lang
19:15
jarib has quit [Quit: leaving]
19:16
gix has quit [Quit: Client exiting]
19:16
yfeldblum has joined #ruby-lang
19:16
solars has joined #ruby-lang
19:17
toastynerd has quit [Remote host closed the connection]
19:18
vpretzel has quit [Ping timeout: 252 seconds]
19:19
benlovell has quit [Ping timeout: 240 seconds]
19:20
flori has joined #ruby-lang
19:21
blowmage has joined #ruby-lang
19:26
jarib has joined #ruby-lang
19:27
vsorlov has quit [Ping timeout: 240 seconds]
19:29
robmiller has joined #ruby-lang
19:30
gix has joined #ruby-lang
19:30
wallerdev has quit [Quit: wallerdev]
19:31
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
19:31
toastynerd has joined #ruby-lang
19:32
agarie has quit [Remote host closed the connection]
19:33
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
19:35
skade has quit [Quit: Computer has gone to sleep.]
19:36
allomov has joined #ruby-lang
19:36
mistym is now known as mistym_lunch
19:36
znz_jp has quit [Quit: kill -QUIT $$]
19:38
enebo has quit [Quit: enebo]
19:39
znz_jp has joined #ruby-lang
19:39
skade has joined #ruby-lang
19:40
toastynerd has quit [Remote host closed the connection]
19:43
cbreeze has joined #ruby-lang
19:43
AncientAmateur has quit [Remote host closed the connection]
19:46
vpretzel has joined #ruby-lang
19:47
sdouglas has joined #ruby-lang
19:48
mistym has joined #ruby-lang
19:48
robmiller has quit [Quit: Leaving.]
19:50
axv has joined #ruby-lang
19:50
loincloth has quit [Remote host closed the connection]
19:52
fragamus has joined #ruby-lang
19:52
dsaint-pierre has joined #ruby-lang
19:55
AncientAmateur has joined #ruby-lang
19:55
[spoiler] has quit [Quit: Leaving]
19:56
loincloth has joined #ruby-lang
19:56
enebo has joined #ruby-lang
19:58
sarkyniin has joined #ruby-lang
19:58
solars has quit [Ping timeout: 240 seconds]
19:59
<
sarkyniin >
just wanted to get some help on some code
19:59
<
sarkyniin >
for rubymonk
19:59
<
sarkyniin >
or am I doing something wrong?
19:59
michaeldeol has joined #ruby-lang
20:00
<
apeiros >
sarkyniin: looks fine
20:01
<
sarkyniin >
Throws me some errors.
20:01
<
toretore >
if source < 4
20:01
<
apeiros >
I mean, it could be written shorter, more idiomatic, concise - but I guess at this point the focus is on getting it to work
20:01
<
apeiros >
right, source is the whole array
20:01
<
sarkyniin >
oh right
20:01
<
apeiros >
you want to test and append an individual item of source
20:01
toastynerd has joined #ruby-lang
20:01
<
banister_ >
sarkyniin << i not << source
20:02
<
sarkyniin >
I corrected it
20:02
<
apeiros >
banister_: no
20:02
<
sarkyniin >
now it works
20:02
* sarkyniin
is dumb
20:02
<
apeiros >
for/in - who uses that? how does it work?!? :(
20:02
nisstyre has joined #ruby-lang
20:02
<
apeiros >
banister_: btw., my pry in 2.1 takes ~10s to start - any advices on finding the culprit?
20:03
<
apeiros >
a hackish adding-on of profile.rb shows it spends a lot of time grepping
20:03
<
banister_ >
apeiros weird, no idea. plugins too?
20:03
<
sarkyniin >
apeiros, it's just for explaining how it works
20:03
<
sarkyniin >
and why each is superior
20:04
saarinen has quit [Quit: saarinen]
20:04
<
apeiros >
sarkyniin: don't worry, I was just trying to say "I don't use that, which is why I didn't spot it - *hangs head in shame*" ;-)
20:04
<
sarkyniin >
apeiros: lol
20:04
<
apeiros >
banister_: how do you mean, plugins too? whether I load plugins?
20:05
<
sarkyniin >
I started learning ruby initially because I wanted to code for a chatbot made for an online game simulator
20:05
<
sarkyniin >
but ruby is really cool
20:06
<
apeiros >
banister_: pry-byebug, pry-doc - that's all I think
20:06
<
apeiros >
yepp, those are all
20:07
<
apeiros >
ok, far more than 10s
20:07
<
apeiros >
close to 30s actually…
20:07
_ht has quit [Remote host closed the connection]
20:08
<
apeiros >
I don't have that issue in 2.0 or 1.9 - there it's closer to 2s
20:08
<
apeiros >
(still not stellar, but at least not as horrible as 30s)
20:08
jsutt has quit [Ping timeout: 240 seconds]
20:09
<
banister_ >
apeiros crazy, thanks for letting me know
20:10
t4nk874 has joined #ruby-lang
20:11
<
yorickpeterse >
apeiros: you know what to do
20:12
flori has quit [Ping timeout: 250 seconds]
20:12
flori has joined #ruby-lang
20:12
<
apeiros >
t4nk874: please practice the touch system elsewhere
20:14
<
apeiros >
banister_: hm, it happens during require 'pry'
20:15
t4nk874 has quit [Ping timeout: 240 seconds]
20:16
mykoweb has quit [Remote host closed the connection]
20:18
mykoweb has joined #ruby-lang
20:18
saarinen has joined #ruby-lang
20:18
thrillagorilla has joined #ruby-lang
20:24
nisstyre has quit [Quit: bai]
20:28
postmodern has joined #ruby-lang
20:28
<
apeiros >
banister_: huh? why do you load irb/init.rb ?
20:28
wallerdev has joined #ruby-lang
20:29
mistym has quit [Remote host closed the connection]
20:30
sdouglas has quit [Remote host closed the connection]
20:32
ur5us has joined #ruby-lang
20:33
sarkyniin has quit [Quit: Quitte]
20:33
<
apeiros >
seems to be byebug.rb is the culprit
20:38
<
apeiros >
banister_: IGNORED_FILES = Dir.glob('**/*.rb').map { |f| File.expand_path(f) }
20:38
centrx has joined #ruby-lang
20:38
<
apeiros >
that's… ugly
20:39
mykoweb has quit [Remote host closed the connection]
20:40
relix has joined #ruby-lang
20:40
mykoweb has joined #ruby-lang
20:41
<
apeiros >
banister_: ok, resolved. byebug seems to have fixed that glob
20:41
axv has joined #ruby-lang
20:41
_fritz_ has quit [Quit: WeeChat 0.4.2]
20:44
<
apeiros >
tho, should use a Set for that IGNORED_FILES
20:46
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:48
phansch has quit [Quit: WeeChat 0.4.2]
20:51
saarinen has quit [Ping timeout: 250 seconds]
20:51
tommyblue has quit [Quit: Coyote finally caught me]
20:51
MichD is now known as michd
20:51
amsi has joined #ruby-lang
20:52
fijimunkii has joined #ruby-lang
20:54
fijimunkii has quit [Client Quit]
20:54
sdouglas has joined #ruby-lang
20:56
Guest28248 has quit [Remote host closed the connection]
20:57
jason___ has joined #ruby-lang
20:58
jhass is now known as jhass|off
20:58
sdouglas has quit [Ping timeout: 240 seconds]
20:59
alexju has quit [Remote host closed the connection]
20:59
agarie has joined #ruby-lang
20:59
solars has joined #ruby-lang
21:00
momomomomo has joined #ruby-lang
21:01
jason___ has quit [Ping timeout: 240 seconds]
21:01
sdouglas has joined #ruby-lang
21:01
alexju has joined #ruby-lang
21:02
kitak_ has quit [Remote host closed the connection]
21:03
yfeldblu_ has joined #ruby-lang
21:03
kitak_ has joined #ruby-lang
21:03
yfeldblum has quit [Ping timeout: 240 seconds]
21:03
havenwood has quit []
21:04
ItSANgo has joined #ruby-lang
21:05
sdouglas has quit [Ping timeout: 240 seconds]
21:07
ratmav has joined #ruby-lang
21:07
ap4y has joined #ruby-lang
21:08
thrillagorilla has quit []
21:09
Coincidental has joined #ruby-lang
21:13
jsutt has joined #ruby-lang
21:14
arBmind has joined #ruby-lang
21:14
solars has quit [Ping timeout: 240 seconds]
21:15
ratmav has quit [Quit: Leaving]
21:17
fragamus has quit [Quit: Computer has gone to sleep.]
21:22
saarinen has joined #ruby-lang
21:22
cnivolle has joined #ruby-lang
21:23
saarinen has quit [Client Quit]
21:24
saarinen has joined #ruby-lang
21:24
nisstyre has joined #ruby-lang
21:26
tough_griff has joined #ruby-lang
21:27
ItSANgo has quit [Quit: Leaving...]
21:27
jason___ has joined #ruby-lang
21:29
sdouglas has joined #ruby-lang
21:32
jason___ has quit [Ping timeout: 250 seconds]
21:33
tough_griff has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:34
Raycaster has joined #ruby-lang
21:34
dstynchula has quit [Read error: Connection reset by peer]
21:34
workmad3 has quit [Ping timeout: 252 seconds]
21:35
dstynchula has joined #ruby-lang
21:35
sferik has joined #ruby-lang
21:39
unsymbol has quit [Ping timeout: 240 seconds]
21:39
mistym_lunch is now known as mistym
21:41
unsymbol has joined #ruby-lang
21:41
skade has quit [Quit: Computer has gone to sleep.]
21:42
skade has joined #ruby-lang
21:42
skade has quit [Client Quit]
21:44
yfeldblu_ has quit [Remote host closed the connection]
21:44
yfeldblum has joined #ruby-lang
21:47
alex-quiterio has quit [Quit: Leaving.]
21:51
benlovell has joined #ruby-lang
21:53
AncientAmateur has quit [Remote host closed the connection]
21:54
jgpawletko has quit [Quit: jgpawletko]
21:56
cored has quit [Ping timeout: 240 seconds]
21:56
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:57
iliketurtles has joined #ruby-lang
22:06
woollyams has joined #ruby-lang
22:06
woollyams has quit [Client Quit]
22:08
hahuang65 has quit [Quit: WeeChat 0.4.3]
22:08
hahuang65 has joined #ruby-lang
22:10
davispuh has quit [Ping timeout: 265 seconds]
22:11
joonty_ has quit [Ping timeout: 246 seconds]
22:12
hahuang65 has quit [Client Quit]
22:12
hahuang65 has joined #ruby-lang
22:13
hahuang65 has quit [Client Quit]
22:14
hahuang65 has joined #ruby-lang
22:14
charliesome has joined #ruby-lang
22:15
|jemc| has quit [Quit: WeeChat 0.4.1]
22:15
bantic has quit [Quit: bantic]
22:15
ItSANgo has joined #ruby-lang
22:16
hahuang65 has quit [Client Quit]
22:16
hahuang65 has joined #ruby-lang
22:17
loincloth has quit [Remote host closed the connection]
22:18
enebo has quit [Ping timeout: 240 seconds]
22:20
<
alekst >
how would you rewrite @verbose ||= !!ENV['VERBOSE']? Like that @verbose ||= !ENV['VERBOSE'].nil? ?
22:21
hahuang65 has quit [Quit: WeeChat 0.4.3]
22:21
hahuang65 has joined #ruby-lang
22:22
hahuang65 has quit [Client Quit]
22:23
hahuang65 has joined #ruby-lang
22:24
AncientAmateur has joined #ruby-lang
22:24
AncientAmateur has quit [Remote host closed the connection]
22:24
AncientAmateur has joined #ruby-lang
22:25
AncientAmateur has quit [Remote host closed the connection]
22:25
AncientAmateur has joined #ruby-lang
22:26
<
toretore >
i would require a specific string for it to be considered true
22:26
<
toretore >
VERBOSE=yes
22:27
<
toretore >
@verbose = ENV['VERBOSE'] == 'yes'
22:27
yubrew_ has joined #ruby-lang
22:28
<
eam >
convention would be equal to 1, or set at all
22:29
simon-away has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:29
yubrew has quit [Ping timeout: 255 seconds]
22:29
<
toretore >
yes, ENV['VERBOSE'] == '1'
22:30
AncientAmateur has quit [Ping timeout: 247 seconds]
22:30
<
toretore >
'yes' was a bad example
22:30
alexju has quit [Remote host closed the connection]
22:30
nathanstitt has quit [Quit: I growing sleepy]
22:31
mykoweb has quit [Remote host closed the connection]
22:32
hahuang65 has quit [Quit: WeeChat 0.4.3]
22:32
hahuang65 has joined #ruby-lang
22:34
havenwood has joined #ruby-lang
22:39
nisstyre has quit [Quit: WeeChat 0.4.3]
22:40
achal has quit [Quit: Connection closed for inactivity]
22:42
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:42
workmad3 has joined #ruby-lang
22:44
VTLob has quit [Quit: VTLob]
22:46
jsutt has quit [Ping timeout: 246 seconds]
22:48
yfeldblum has quit [Ping timeout: 240 seconds]
22:51
symm- has quit [Read error: Connection reset by peer]
22:51
ratmav has joined #ruby-lang
22:51
symm-_ has joined #ruby-lang
22:51
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:53
gix has quit [Ping timeout: 240 seconds]
22:54
yfeldblum has joined #ruby-lang
22:54
ratmav has quit [Client Quit]
22:56
Technodrome has quit [Read error: Connection reset by peer]
22:56
nertzy has joined #ruby-lang
22:59
michaeldeol has joined #ruby-lang
22:59
fbernier has quit [Read error: Connection reset by peer]
22:59
kirin` has quit [Ping timeout: 240 seconds]
23:00
kirin` has joined #ruby-lang
23:02
benlovell has quit [Ping timeout: 240 seconds]
23:03
glide has joined #ruby-lang
23:04
<
glide >
Hey all, I'm working on Project Euler problems. Can someone help me out with problem 1? The answer my script gives doesn't match up with others'
23:06
allomov has quit [Remote host closed the connection]
23:08
tough_griff has joined #ruby-lang
23:11
yfeldblum has quit [Remote host closed the connection]
23:11
tough_griff has quit [Client Quit]
23:12
danijoo has quit [Read error: Connection reset by peer]
23:12
<
glide >
Anyone around?
23:13
danijoo has joined #ruby-lang
23:15
yfeldblum has joined #ruby-lang
23:17
cnivolle has quit []
23:17
<
havenwood >
glide: Paste a Gist of what you have so far?
23:17
saarinen has quit [Quit: saarinen]
23:18
saarinen has joined #ruby-lang
23:18
<
havenwood >
glide: i wonder if you checked up to and
*including* 1000 instead of
*under* 1000?
23:18
<
glide >
havenwood: heh, that's exactly what I did.
23:18
<
havenwood >
glide: :)
23:19
jstemmer has quit [Ping timeout: 252 seconds]
23:20
<
glide >
Mine is the first version. It's obviously longer and less elegant... is the 2nd version the preferred version?
23:20
jstemmer has joined #ruby-lang
23:22
ikrima has joined #ruby-lang
23:22
<
wallerdev >
second version is a mess
23:23
<
glide >
wallerdev: ok, heh. I just found it online and thought since it was shorter it was better.
23:23
<
wallerdev >
id probably recommend a combination
23:26
<
glide >
wallerdev: How do you decide on the best way to write a script?
23:26
<
wallerdev >
comes with just writng a lot of code
23:26
<
wallerdev >
you understand what is the simplest way to write things
23:26
<
havenwood >
glide: I might be tempted to write it like this: 1.upto(999).select { |n| [3, 5].any? { |div| n % div == 0 } }.inject :+
23:28
alexju has joined #ruby-lang
23:28
<
havenwood >
glide: there are many ways to do it ;)
23:28
<
glide >
wallerdev: Is simplicity the most important consideration?
23:28
<
glide >
havenwood: Thanks :)
23:29
<
wallerdev >
until performance becomes an issue it should be the top concern
23:29
<
wallerdev >
if you make the small things complex you're never going to be able to figure out a large codebase
23:29
<
glide >
Does performance mean how it relates to other parts of the code, or how it is processed by the computer.
23:29
<
havenwood >
glide: concise and readable is good
23:30
<
wallerdev >
performance as in it's running too slow
23:30
<
glide >
So basically I want my colleagues to be able to see what the code is doing, right?
23:30
<
glide >
K, how would you critique my code? I'm guessing it's pretty obvious but maybe it's too long?
23:30
MindfulMonk has quit [Quit: Have fun]
23:31
<
wallerdev >
yeah you've got a lot of unecessary code
23:31
matp has quit [Ping timeout: 240 seconds]
23:31
MindfulMonk has joined #ruby-lang
23:31
fezziwig has quit [Remote host closed the connection]
23:31
<
glide >
Ok, creating the variable and array is unnecessary right?
23:31
<
wallerdev >
not the worst problem, id rather see that in a codebase than the other solution haha
23:32
fezziwig has joined #ruby-lang
23:33
kitak_ has quit [Remote host closed the connection]
23:34
<
glide >
Thanks, all. Heading to dinner. Have nice evenings.
23:35
jsutt has joined #ruby-lang
23:36
fezziwig has quit [Ping timeout: 240 seconds]
23:37
saarinen has quit [Quit: saarinen]
23:40
gix has joined #ruby-lang
23:41
slawrence00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
23:42
jsutt has quit [Ping timeout: 240 seconds]
23:43
sdouglas has quit [Remote host closed the connection]
23:44
symm-_ has quit [Ping timeout: 240 seconds]
23:47
toastynerd has quit [Remote host closed the connection]
23:48
danijoo has quit [Remote host closed the connection]
23:49
enebo has joined #ruby-lang
23:49
yfeldblum has quit [Remote host closed the connection]
23:50
yfeldblum has joined #ruby-lang
23:51
saarinen has joined #ruby-lang
23:54
nosymptote is now known as tdy
23:56
jason_ has joined #ruby-lang
23:56
willmarshall has joined #ruby-lang
23:57
momomomomo has quit [Quit: momomomomo]
23:59
momomomomo has joined #ruby-lang