00:06
mistym has quit [Remote host closed the connection]
00:06
BubonicPestilenc has joined #ruby-lang
00:06
arBmind1 has joined #ruby-lang
00:08
kith has quit [Ping timeout: 250 seconds]
00:08
havenwood has quit [Remote host closed the connection]
00:09
arBmind has quit [Ping timeout: 240 seconds]
00:11
cleopatra has quit [Remote host closed the connection]
00:12
nmpb has joined #ruby-lang
00:16
dagda1 has joined #ruby-lang
00:18
<
ericwood >
applescript is like the abcense of syntax
00:19
dagda1 has quit [Client Quit]
00:26
UnLambda has joined #ruby-lang
00:27
cleopatra has joined #ruby-lang
00:28
<
red_menace >
applescript has a syntax - you have to figure it out by trial and error, but it has one
00:29
<
ericwood >
it chose to base itself off English, which has a GREAT syntax :D
00:29
<
red_menace >
yeah - you have to figure that one out by trial and error as well
00:29
mkaesz has joined #ruby-lang
00:30
kith has joined #ruby-lang
00:30
kith has quit [Changing host]
00:30
kith has joined #ruby-lang
00:30
havenwood has joined #ruby-lang
00:34
mkaesz has quit [Ping timeout: 272 seconds]
00:35
jmrepetti has quit [Remote host closed the connection]
00:38
dfinninger has quit [Remote host closed the connection]
00:39
jimbach has joined #ruby-lang
00:40
toretore has quit [Quit: This computer has gone to sleep]
00:44
arBmind1 has quit [Quit: Leaving.]
00:45
nmpb has quit [Quit: Probably off to work.]
00:51
jxie has quit [Remote host closed the connection]
00:53
jxie has joined #ruby-lang
00:57
mistym has joined #ruby-lang
01:00
marr has quit [Ping timeout: 252 seconds]
01:00
AKASkip has quit [Ping timeout: 244 seconds]
01:00
spastorino has joined #ruby-lang
01:01
AKASkip has joined #ruby-lang
01:05
klmlfl has quit [Remote host closed the connection]
01:06
malconis has joined #ruby-lang
01:06
malconis has quit [Client Quit]
01:11
iamninja has quit [Quit: ZZZzzz…]
01:11
kiyote23 has joined #ruby-lang
01:12
kurko__ has joined #ruby-lang
01:13
iamninja has joined #ruby-lang
01:14
cleopatra has quit [Remote host closed the connection]
01:15
dfinninger has joined #ruby-lang
01:16
kiyote23 has quit [Ping timeout: 240 seconds]
01:18
oak has quit [Ping timeout: 264 seconds]
01:18
<
nofxx_ >
ary.each(&:meth, with_param) wouldn't be nice? kinda like #send
01:21
kiyote23 has joined #ruby-lang
01:22
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
01:24
pyttepatsy has joined #ruby-lang
01:26
<
waxjar >
nofxx_: you can abuse #each_with_object
01:26
kiyote23 has quit [Remote host closed the connection]
01:27
<
waxjar >
>> [1,2,3].each_with_object(3).map(&:==)
01:27
kiyote23 has joined #ruby-lang
01:27
kiyote23 has quit [Read error: Connection reset by peer]
01:28
kiyote23 has joined #ruby-lang
01:29
klmlfl has joined #ruby-lang
01:30
diegoviola has quit [Quit: WeeChat 1.0.1]
01:31
<
nofxx_ >
waxjar, heh, hackish, but more chars than just opening the darn block or maybe supressed || pipes, will give you a letter ary.each { x(:param) }
01:31
<
nofxx_ >
'x' is nice, already means variable by itself, but I'm ok with 'o' or 'e'
01:32
<
nofxx_ >
should have used sentences better, sorry waxjar hehe
01:32
cornerma1 has joined #ruby-lang
01:33
<
nofxx_ >
and bad example too: ary.each { x.meth(:param) }
01:33
<
nofxx_ >
or maybe the 'x' could be supressed, and self binded to it: ary.each { meth(:param) }
01:34
yfeldblu_ has joined #ruby-lang
01:35
<
waxjar >
(also overwrites the existing Symbol#[])
01:35
charliesome has joined #ruby-lang
01:36
cornerman has quit [Ping timeout: 264 seconds]
01:36
cornerma1 is now known as cornerman
01:38
yfeldblum has quit [Ping timeout: 256 seconds]
01:39
kiyote23 has quit [Remote host closed the connection]
01:40
djwilcox has joined #ruby-lang
01:40
kiyote23 has joined #ruby-lang
01:40
<
djwilcox >
im having a problem with my bashrc - getting a command not found for rackup and bundle
01:41
jimbach has quit [Remote host closed the connection]
01:41
<
djwilcox >
just need to add something to my bash path, but not sure what to add
01:41
apeiros has quit [Read error: Connection reset by peer]
01:42
kiyote23 has quit [Remote host closed the connection]
01:42
apeiros has joined #ruby-lang
01:43
<
djwilcox >
anyone know the file path for rackup command ?
01:46
vieq has quit [Ping timeout: 264 seconds]
01:50
<
threeifbywhiskey >
djwilcox: It's system-dependent; what're you running?
01:51
<
bnagy >
it's more than just system dependent
01:53
vieq has joined #ruby-lang
01:53
<
djwilcox >
running ubuntu
01:54
<
djwilcox >
does this look right - /home/$USER/.rvm/scripts/rvm
01:55
<
djwilcox >
added to bash path
01:56
<
bnagy >
you can't just randomly add stuff o_0
01:56
<
bnagy >
first up, if you installed with rvm then a) imvho you've done it wrong and b) there's #rvm where they're very helpful
01:56
pablocantero has joined #ruby-lang
01:57
<
bnagy >
if you just want to find out where rackup is you can do something like find / -name rackup 2>/dev/null
01:57
<
bnagy >
but you should make sure you know what I'm asking you to run before you run it
01:58
<
waxjar >
have you added whatever rvm says you should add to your bash config file?
01:58
<
djwilcox >
cheers bnagy, im running in a docker container
01:59
UnLambda has quit [Ping timeout: 245 seconds]
01:59
<
djwilcox >
it just the path in my bashrc, doesnt have the path for ruby, hence command not found
01:59
<
bnagy >
rvm needs you to run an rvm script thing when you start your shell
02:00
<
bnagy >
which is in their instructions somewhere
02:00
<
djwilcox >
yer its just the file path bnagy
02:01
dfinninger has quit [Remote host closed the connection]
02:01
pablocantero has quit [Ping timeout: 264 seconds]
02:01
djwilcox has quit [Quit: WeeChat 1.0.1]
02:01
UnLambda has joined #ruby-lang
02:04
kiyote23 has joined #ruby-lang
02:04
jimbach has joined #ruby-lang
02:06
mistym has quit [Remote host closed the connection]
02:07
AKASkip has quit [Ping timeout: 250 seconds]
02:09
diegoviola has joined #ruby-lang
02:09
th___ has quit [Read error: Connection reset by peer]
02:09
jimbach has quit [Ping timeout: 258 seconds]
02:09
th_ has joined #ruby-lang
02:15
pnbeast has joined #ruby-lang
02:18
nmpb has joined #ruby-lang
02:22
godd2 has joined #ruby-lang
02:26
mistym has joined #ruby-lang
02:32
cleopatra has joined #ruby-lang
02:32
threeifbywhiskey has left #ruby-lang [#ruby-lang]
02:38
mattetti has joined #ruby-lang
02:40
pricees has joined #ruby-lang
02:40
nmpb has quit [Quit: Probably off to work.]
02:42
kiyote23 has quit [Remote host closed the connection]
02:43
jimbach has joined #ruby-lang
02:43
bf4 has joined #ruby-lang
02:46
elimS has joined #ruby-lang
02:47
pricees has quit [Ping timeout: 258 seconds]
02:47
jimbach has quit [Ping timeout: 252 seconds]
02:51
cleopatra has quit [Remote host closed the connection]
02:51
mattetti has left #ruby-lang [#ruby-lang]
02:52
bmichelsen has joined #ruby-lang
02:54
cleopatra has joined #ruby-lang
03:02
dfinninger has joined #ruby-lang
03:02
snoopybbt has quit [Ping timeout: 250 seconds]
03:06
dfinninger has quit [Ping timeout: 258 seconds]
03:08
jimbach has joined #ruby-lang
03:09
hao has joined #ruby-lang
03:10
hao has quit [Client Quit]
03:13
jimbach has quit [Ping timeout: 264 seconds]
03:14
cmhobbs has joined #ruby-lang
03:14
cmhobbs has quit [Changing host]
03:14
cmhobbs has joined #ruby-lang
03:21
bf4_ has joined #ruby-lang
03:22
cleopatra has quit [Remote host closed the connection]
03:24
bf4 has quit [Ping timeout: 272 seconds]
03:35
Musashi007 has joined #ruby-lang
03:35
hakunin_ is now known as hakunin
03:43
kiyote23 has joined #ruby-lang
03:43
fedexo has joined #ruby-lang
03:48
spastorino has quit [Quit: Connection closed for inactivity]
03:48
kiyote23 has quit [Ping timeout: 245 seconds]
03:52
isale-eko has quit [Remote host closed the connection]
03:56
cleopatra has joined #ruby-lang
03:59
kurko__ has joined #ruby-lang
04:07
midhir has quit [Remote host closed the connection]
04:07
midhir has joined #ruby-lang
04:11
rcvalle has joined #ruby-lang
04:11
pyttepatsy has quit [Ping timeout: 252 seconds]
04:12
midhir has quit [Ping timeout: 240 seconds]
04:15
gix has quit [Ping timeout: 272 seconds]
04:17
oleo__ has joined #ruby-lang
04:18
gix has joined #ruby-lang
04:20
oleo is now known as Guest25969
04:20
Guest25969 has quit [Ping timeout: 258 seconds]
04:21
emmesswhy has joined #ruby-lang
04:24
emmesswhy has quit [Read error: Connection reset by peer]
04:24
emmesswhy has joined #ruby-lang
04:29
emmesswhy has quit [Ping timeout: 252 seconds]
04:31
kurko__ has quit [Ping timeout: 264 seconds]
04:32
<
havenwood >
The sun nibbles on the clouds, and gumdrop tears rain down.
04:32
<
havenwood >
oops, misstell
04:37
cmhobbs has quit [Remote host closed the connection]
04:38
NoNMaDDeN has joined #ruby-lang
04:38
bmichelsen has quit [Quit: ZZZzzz…]
04:46
kiyote23 has joined #ruby-lang
04:49
Jamo_ has quit [Remote host closed the connection]
04:51
dfinninger has joined #ruby-lang
04:51
kiyote23 has quit [Ping timeout: 264 seconds]
04:52
UnLambda has quit [Ping timeout: 264 seconds]
04:54
bf4_ has quit [Ping timeout: 256 seconds]
04:55
dfinninger has quit [Ping timeout: 255 seconds]
04:56
diegoviola has quit [Quit: WeeChat 1.0.1]
05:07
Musashi007 has quit [Ping timeout: 240 seconds]
05:07
Musashi007 has joined #ruby-lang
05:13
Musashi007 has quit [Ping timeout: 240 seconds]
05:19
fedexo has quit [Ping timeout: 256 seconds]
05:24
mcclurmc has quit [Remote host closed the connection]
05:26
charliesome has quit [Ping timeout: 256 seconds]
05:27
charliesome has joined #ruby-lang
05:31
Lewix has joined #ruby-lang
05:31
Lewix has joined #ruby-lang
05:35
ur5us has joined #ruby-lang
05:36
emmesswhy has joined #ruby-lang
05:41
emmesswhy has quit [Ping timeout: 264 seconds]
05:43
pricees has joined #ruby-lang
05:47
pricees has quit [Ping timeout: 265 seconds]
05:57
t7y9r has quit [Ping timeout: 240 seconds]
05:58
t3h_j4n170r has quit [Ping timeout: 240 seconds]
05:59
t3h_j4n170r has joined #ruby-lang
06:00
t7y9r has joined #ruby-lang
06:08
midhir has joined #ruby-lang
06:10
AKASkip has joined #ruby-lang
06:12
midhir has quit [Ping timeout: 240 seconds]
06:14
bmichelsen has joined #ruby-lang
06:18
mistym has quit [Remote host closed the connection]
06:25
mcclurmc has joined #ruby-lang
06:27
diegoviola has joined #ruby-lang
06:29
banister has joined #ruby-lang
06:29
banister has quit [Max SendQ exceeded]
06:29
banister has joined #ruby-lang
06:30
mcclurmc has quit [Ping timeout: 252 seconds]
06:32
pyttepatsy has joined #ruby-lang
06:36
pyttepatsy has quit [Ping timeout: 258 seconds]
06:45
mistym has joined #ruby-lang
06:48
blueness has quit [Ping timeout: 264 seconds]
06:55
dxta has quit [Remote host closed the connection]
06:56
diegoviola has quit [Remote host closed the connection]
06:58
jimbach has joined #ruby-lang
07:01
pnbeast has quit [Quit: leaving]
07:01
blueness has joined #ruby-lang
07:02
dfinninger has joined #ruby-lang
07:03
dfinninger has quit [Client Quit]
07:03
jimbach has quit [Ping timeout: 272 seconds]
07:08
pyttepatsy has joined #ruby-lang
07:12
pyttepatsy has quit [Ping timeout: 264 seconds]
07:26
gianlucadv has joined #ruby-lang
07:26
mcclurmc has joined #ruby-lang
07:31
mcclurmc has quit [Ping timeout: 244 seconds]
07:31
ur5us has quit [Remote host closed the connection]
07:32
cleopatra has quit [Quit: Saliendo]
07:44
cleopatra has joined #ruby-lang
07:49
red_menace has quit [Quit: Quit]
07:56
kiyote23 has joined #ruby-lang
08:00
kiyote23 has quit [Ping timeout: 245 seconds]
08:05
isale-eko has joined #ruby-lang
08:09
midhir has joined #ruby-lang
08:12
pyttepatsy has joined #ruby-lang
08:13
midhir has quit [Ping timeout: 245 seconds]
08:22
bmichelsen has quit [Quit: ZZZzzz…]
08:30
allomov has joined #ruby-lang
08:30
isale-eko has quit [Quit: ChatZilla 0.9.91 [Firefox 33.1/20141106120505]]
08:32
NoNMaDDeN has quit [Ping timeout: 255 seconds]
08:33
ur5us has joined #ruby-lang
08:37
NoNMaDDeN has joined #ruby-lang
08:38
Lewix has quit [Remote host closed the connection]
08:40
mkaesz has joined #ruby-lang
08:40
lsegal has quit [Read error: Connection reset by peer]
08:40
bmichelsen has joined #ruby-lang
08:40
lsegal has joined #ruby-lang
08:47
jimbach has joined #ruby-lang
08:51
rippa has joined #ruby-lang
08:51
jimbach has quit [Ping timeout: 258 seconds]
08:56
kapil__ has joined #ruby-lang
08:57
kiyote23 has joined #ruby-lang
09:03
kiyote23 has quit [Ping timeout: 272 seconds]
09:08
Lewix has joined #ruby-lang
09:08
Lewix has joined #ruby-lang
09:10
havenwood has quit [Remote host closed the connection]
09:23
Lewix has quit [Remote host closed the connection]
09:26
|jemc| has quit [Ping timeout: 258 seconds]
09:27
pyttepatsy has quit [Ping timeout: 265 seconds]
09:28
snoopybbt has joined #ruby-lang
09:29
Lewix has joined #ruby-lang
09:48
Lewix has quit [Remote host closed the connection]
09:49
arBmind has joined #ruby-lang
09:58
Forgetful_Lion has joined #ruby-lang
10:00
kiyote23 has joined #ruby-lang
10:02
Lewix has joined #ruby-lang
10:02
Lewix has joined #ruby-lang
10:02
Rampages has quit [Quit: Oh... where my internets?]
10:03
Lewix has quit [Remote host closed the connection]
10:04
kiyote23 has quit [Ping timeout: 240 seconds]
10:10
midhir has joined #ruby-lang
10:12
Rampages has joined #ruby-lang
10:12
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
10:15
midhir has quit [Ping timeout: 256 seconds]
10:16
ur5us has quit [Remote host closed the connection]
10:22
allomov has quit [Remote host closed the connection]
10:26
kurko__ has joined #ruby-lang
10:31
GBrawl has joined #ruby-lang
10:31
Rampages has joined #ruby-lang
10:33
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:36
jimbach has joined #ruby-lang
10:41
jimbach has quit [Ping timeout: 258 seconds]
10:47
sarkyniin has joined #ruby-lang
10:47
GBrawl has quit [Quit: (null)]
10:48
nofxx_ has quit [Ping timeout: 265 seconds]
10:52
GBrawl has joined #ruby-lang
10:53
GBrawl has quit [Client Quit]
10:54
emmesswhy has joined #ruby-lang
10:56
snoopybbt has quit [Ping timeout: 250 seconds]
10:56
emmesswhy has quit [Read error: Connection reset by peer]
10:58
marcdel has quit [Ping timeout: 244 seconds]
10:58
bmichelsen has quit [Quit: ZZZzzz…]
10:59
emmesswhy has joined #ruby-lang
11:01
kiyote23 has joined #ruby-lang
11:02
usershell has joined #ruby-lang
11:08
kiyote23 has quit [Ping timeout: 250 seconds]
11:16
Jamo_ has joined #ruby-lang
11:16
usershell has quit [Remote host closed the connection]
11:19
fusillicode1 has joined #ruby-lang
11:21
fusillicode has quit [Ping timeout: 240 seconds]
11:27
mistym has quit [Remote host closed the connection]
11:28
danijoo has quit [Read error: Connection reset by peer]
11:28
danijoo_ has joined #ruby-lang
11:29
toretore has joined #ruby-lang
11:31
fusillicode has joined #ruby-lang
11:35
fusillicode1 has quit [Ping timeout: 256 seconds]
11:40
danijoo_ has quit [Read error: Connection reset by peer]
11:40
danijoo has joined #ruby-lang
11:45
lilsheep has joined #ruby-lang
11:47
lilsheep has quit [Remote host closed the connection]
12:03
apeiros__ has joined #ruby-lang
12:03
apeiros___ has joined #ruby-lang
12:05
kiyote23 has joined #ruby-lang
12:05
apeiros_ has quit [Ping timeout: 252 seconds]
12:06
apeiros has quit [Ping timeout: 264 seconds]
12:08
futilegames has joined #ruby-lang
12:08
danijoo has quit [Read error: Connection reset by peer]
12:09
danijoo has joined #ruby-lang
12:10
kiyote23 has quit [Ping timeout: 244 seconds]
12:11
midhir has joined #ruby-lang
12:14
futilegames has quit [Ping timeout: 245 seconds]
12:15
midhir has quit [Ping timeout: 244 seconds]
12:18
futilegames has joined #ruby-lang
12:24
pyttepatsy has joined #ruby-lang
12:24
apeiros__ is now known as apeiros_
12:25
jimbach has joined #ruby-lang
12:25
futilegames has quit [Ping timeout: 256 seconds]
12:25
Forgetful_Lion has quit [Remote host closed the connection]
12:28
pyttepatsy has quit [Ping timeout: 240 seconds]
12:28
futilegames has joined #ruby-lang
12:29
jimbach has quit [Ping timeout: 258 seconds]
12:30
ikrima_ has joined #ruby-lang
12:35
futilegames has quit [Ping timeout: 256 seconds]
12:36
oleo__ is now known as oleo
12:38
futilegames has joined #ruby-lang
12:42
emmesswhy has quit [Quit: This computer has gone to sleep]
12:43
bmichelsen has joined #ruby-lang
12:45
dangerousdave has joined #ruby-lang
12:46
futilegames has quit [Ping timeout: 272 seconds]
12:49
futilegames has joined #ruby-lang
12:56
futilegames has quit [Ping timeout: 256 seconds]
12:56
godd2 has quit [Ping timeout: 258 seconds]
13:00
futilegames has joined #ruby-lang
13:05
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:06
charliesome has quit [Quit: zzz]
13:06
kiyote23 has joined #ruby-lang
13:06
futilegames has quit [Ping timeout: 256 seconds]
13:06
BubonicPestilenc has quit [Read error: Connection reset by peer]
13:06
BubonicPestile-1 has joined #ruby-lang
13:10
futilegames has joined #ruby-lang
13:11
pyttepatsy has joined #ruby-lang
13:15
mkaesz has quit [Ping timeout: 240 seconds]
13:15
fusillicode has quit [Read error: Connection reset by peer]
13:16
pyttepatsy has quit [Ping timeout: 240 seconds]
13:16
charliesome has joined #ruby-lang
13:16
fusillicode has joined #ruby-lang
13:16
futilegames has quit [Ping timeout: 244 seconds]
13:16
emmesswhy has joined #ruby-lang
13:17
oleo has quit [Quit: Verlassend]
13:18
midhir has joined #ruby-lang
13:20
emmesswhy has quit [Read error: Connection reset by peer]
13:20
emmesswhy has joined #ruby-lang
13:20
futilegames has joined #ruby-lang
13:22
emmesswhy has quit [Read error: Connection reset by peer]
13:23
emmesswhy has joined #ruby-lang
13:27
futilegames has quit [Ping timeout: 256 seconds]
13:28
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:30
midhir has quit [Remote host closed the connection]
13:30
midhir has joined #ruby-lang
13:31
futilegames has joined #ruby-lang
13:35
midhir has quit [Ping timeout: 256 seconds]
13:36
gix has quit [Ping timeout: 252 seconds]
13:38
futilegames has quit [Ping timeout: 256 seconds]
13:40
gix has joined #ruby-lang
13:40
kiyote23 has quit [Ping timeout: 265 seconds]
13:40
pablocantero has joined #ruby-lang
13:41
futilegames has joined #ruby-lang
13:41
mkaesz has joined #ruby-lang
13:43
dangerousdave has joined #ruby-lang
13:48
futilegames has quit [Ping timeout: 264 seconds]
13:52
futilegames has joined #ruby-lang
13:52
allomov has joined #ruby-lang
13:52
pablocantero has quit [Remote host closed the connection]
13:53
midhir has joined #ruby-lang
13:53
mcclurmc has joined #ruby-lang
13:55
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:58
midhir has quit [Ping timeout: 272 seconds]
13:58
mcclurmc has quit [Ping timeout: 265 seconds]
13:59
futilegames has quit [Ping timeout: 256 seconds]
14:00
midhir has joined #ruby-lang
14:03
mkaesz has quit [Ping timeout: 265 seconds]
14:04
cornerma1 has joined #ruby-lang
14:04
midhir has quit [Ping timeout: 240 seconds]
14:07
cornerman has quit [Ping timeout: 252 seconds]
14:07
cornerma1 is now known as cornerman
14:08
futilegames has joined #ruby-lang
14:08
jxie has quit [Ping timeout: 250 seconds]
14:08
mkaesz has joined #ruby-lang
14:09
sferik has joined #ruby-lang
14:10
futilegames_ has joined #ruby-lang
14:10
jxie has joined #ruby-lang
14:13
ikrima_ has quit [Ping timeout: 264 seconds]
14:13
futilegames has quit [Ping timeout: 264 seconds]
14:13
futilegames_ is now known as futilegames
14:13
andy888_ has joined #ruby-lang
14:14
jimbach has joined #ruby-lang
14:15
mkaesz has quit [Ping timeout: 264 seconds]
14:15
chinmay_dd has joined #ruby-lang
14:16
andy888_ has quit [Client Quit]
14:18
jimbach has quit [Ping timeout: 258 seconds]
14:22
havenwood has joined #ruby-lang
14:24
futilegames_ has joined #ruby-lang
14:24
futilegames has quit [Ping timeout: 252 seconds]
14:24
futilegames_ is now known as futilegames
14:25
imperator has joined #ruby-lang
14:27
lapide_viridi has joined #ruby-lang
14:29
elastik has joined #ruby-lang
14:30
jmrepetti has joined #ruby-lang
14:31
mkaesz has joined #ruby-lang
14:31
dangerousdave has joined #ruby-lang
14:31
Iskarlar has joined #ruby-lang
14:31
<
elastik >
Anyone out there?
14:33
<
elastik >
awesome! it works
14:33
<
elastik >
I just set this up
14:35
<
elastik >
Is this a place to ask for help with ruby?
14:35
<
havenwood >
elastik: here or #ruby are good places
14:36
<
elastik >
ok. I just added #ruby as well
14:37
mkaesz has quit [Ping timeout: 252 seconds]
14:37
<
elastik >
I'm looking for a little help with some ruby code. Anyone want to take a look?
14:38
red_menace has joined #ruby-lang
14:39
<
havenwood >
elastik: if you paste a link to a gist, i betcha folk will look!
14:41
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:41
red_menace has quit [Client Quit]
14:41
snoopybbt has joined #ruby-lang
14:41
postmodern has quit [Quit: Leaving]
14:42
<
elastik >
ok. cool. I'm going to to that!!!
14:43
red_menace has joined #ruby-lang
14:43
bf4 has joined #ruby-lang
14:44
oleo has joined #ruby-lang
14:45
chinmay_dd has quit [Quit: Leaving]
14:46
chinmay_dd has joined #ruby-lang
14:47
danijoo has quit [Read error: Connection reset by peer]
14:47
danijoo has joined #ruby-lang
14:48
<
elastik >
I'm trying to get this code to work
14:48
<
elastik >
any help or advice would be appreciated
14:50
kurko__ has joined #ruby-lang
14:50
kurko__ has quit [Client Quit]
14:52
matp_ has joined #ruby-lang
14:53
pablocantero has joined #ruby-lang
14:54
lapide_viridi has quit [Quit: See ya'!]
14:54
matp has quit [Ping timeout: 240 seconds]
14:56
<
havenwood >
elastik: so neither method is working as intended?
14:56
lapide_viridi has joined #ruby-lang
14:57
sarkyniin has quit [Quit: Quitte]
14:57
<
havenwood >
elastik: in #micro_flagger you're using `flaglinks` and `$flaglinks`, neither of which are defined
14:58
<
elastik >
ok. i updated the code
14:58
<
elastik >
please refresh
14:58
pablocantero has quit [Ping timeout: 245 seconds]
14:58
<
elastik >
the first part of the method find_flaglinks works
14:59
<
havenwood >
elastik: add indention and save with a .rb ext
14:59
<
elastik >
ok. one sec
14:59
<
havenwood >
the flat grey isn't readable :P
15:00
<
havenwood >
we do <3 our two-space soft tabs
15:00
pyttepatsy has joined #ruby-lang
15:01
<
elastik >
i think i got it right this time
15:01
<
elastik >
thanks for your help
15:01
<
havenwood >
looks prettier!
15:02
<
elastik >
The code works up to line 13
15:02
<
havenwood >
elastik: don't think you meant to?: puts = flaglinks
15:02
<
elastik >
let me fix that
15:02
<
elastik >
ok fixed. im green lol
15:04
mkaesz has joined #ruby-lang
15:04
ikrima_ has joined #ruby-lang
15:04
pyttepatsy has quit [Ping timeout: 258 seconds]
15:06
<
havenwood >
elastik: unless you're on 1.8, you should skip the: require 'rubygems'
15:07
<
wnd >
I probably missed the whole exercise, but flaglinks = page.search("//a[@class='flaglink']/@href").map(&:value); page = Nokogiri::HTML(open(flaglinks.first)) or something
15:08
<
elastik >
@havenwood, I removed the rubygems line
15:09
<
elastik >
thanks @wnd
15:09
<
elastik >
I'm going to try and wrap my head around your comment
15:09
<
elastik >
test the code see if it works
15:11
inkblots has joined #ruby-lang
15:11
kapil__ has quit [Quit: Connection closed for inactivity]
15:12
apeiros___ is now known as apeiros
15:13
elia has joined #ruby-lang
15:16
havenwood has quit [Remote host closed the connection]
15:17
havenwood has joined #ruby-lang
15:17
<
elastik >
@havenwood
15:18
<
elastik >
it broke completely once i removed the require 'rubygems'
15:18
<
elastik >
I had to add it back
15:18
<
havenwood >
elastik: are you using Ruby 1.8?
15:18
<
elastik >
I'm using nitrous.io
15:18
<
elastik >
let me check
15:19
ikrima_ has quit [Ping timeout: 264 seconds]
15:20
<
elastik >
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
15:20
<
havenwood >
elastik: then you shouldn't need: require 'rubygems'
15:20
banister has joined #ruby-lang
15:22
<
elastik >
I imagine that i will understand why later down the road.
15:22
<
elastik >
The great news is the @wnd's code made it work!!!
15:22
<
havenwood >
elastik: :)
15:22
<
elastik >
I'm jumping up and down!!!
15:24
<
elastik >
just updated the code in gist
15:25
<
elastik >
Thank you guys for helping! I will pay it forward
15:28
emmesswhy has quit [Quit: This computer has gone to sleep]
15:34
chinmay_dd has quit [Ping timeout: 240 seconds]
15:37
elia has quit [Quit: Computer has gone to sleep.]
15:38
dangerousdave has joined #ruby-lang
15:42
pyttepatsy has joined #ruby-lang
15:43
dangerousdave has quit [Ping timeout: 240 seconds]
15:46
dangerousdave has joined #ruby-lang
15:49
bhaak has quit [Ping timeout: 272 seconds]
15:50
<
dangerousdave >
Anyone know why this times out please? "Net::Telnet::new("Host" => "gmail-smtp-in.l.google.com", "port" => 25, "Timeout" => 30)"
15:50
<
dangerousdave >
works fine from comman line prompt
15:50
chinmay_dd has joined #ruby-lang
15:51
<
jhass >
dangerousdave: Please do not crosspost without at least telling so. Experience shows that people don't bother to inform the other channels of provided solutions, therefore it is considered rude.
15:52
<
dangerousdave >
sorry, i had no response in the other channel
15:52
<
jhass >
4 minutes is nothing on IRC
15:53
<
jhass >
especially on a sunday
15:53
<
apeiros >
also it's no excuse for NOT TELLING THE OTHER CHANNEL.
15:53
<
apeiros >
both channels actually.
15:53
<
jhass >
oh, and why the heck do you connect to the SMTP port via telnet
15:54
jmrepetti has quit [Remote host closed the connection]
15:54
kurko__ has joined #ruby-lang
15:55
jmrepetti has joined #ruby-lang
15:55
bmichelsen has quit [Quit: ZZZzzz…]
15:56
bhaak has joined #ruby-lang
15:56
pablocantero has joined #ruby-lang
15:56
<
jhass >
and what exactly does the telnet protocol have to do with that?
15:56
<
matti >
jhass: He has add 'Telnetmode' => false, but then why bothr ;p
15:57
kurko__ has quit [Client Quit]
15:57
<
matti >
I need coffee.
15:57
snoopybbt has quit [Ping timeout: 250 seconds]
15:57
<
jhass >
so it becomes another API for TCPSocket? still feels wrong
15:57
<
matti >
jhass: Also, Telnet has expect-like functionality built in.
15:58
<
matti >
jhass: Which I can see might be useful for something like challenge-response protocol like SMTP, etc.
15:58
<
jhass >
I think he used telnet on his commandline and now wants to translate that
15:59
<
dangerousdave >
yes ^
15:59
klmlfl has quit [Remote host closed the connection]
15:59
<
jhass >
-> TCPSocket
15:59
<
jhass >
also, there's netcat
15:59
jmrepetti has quit [Ping timeout: 265 seconds]
16:00
lapide_viridi has quit [Quit: See ya'!]
16:01
<
jhass >
which those examples should be using, IMO
16:01
pablocantero has quit [Ping timeout: 264 seconds]
16:01
midhir has joined #ruby-lang
16:02
<
dangerousdave >
jhass, sorry, I am not following
16:03
<
jhass >
you're not speaking telnet, you don't need to use a telnet client
16:04
<
jhass >
you pretend to speak SMTP, but not fully, so go a layer deeper -> TCP
16:04
<
dangerousdave >
ok, thanksyou!
16:05
lapide_viridi has joined #ruby-lang
16:05
midhir has quit [Ping timeout: 240 seconds]
16:06
<
matti >
dangerousdave: And in your case, "port" should be "Port" in Net::Telnet.new
16:07
mihcall has joined #ruby-lang
16:07
LapideViridi has joined #ruby-lang
16:07
<
matti >
dangerousdave: Otherwise you get port 23, so it will time out.
16:07
<
dangerousdave >
matti, ahhhhh
16:08
GBrawl has joined #ruby-lang
16:08
<
dangerousdave >
jhass, socets seem to be working, thanks
16:08
<
matti >
dangerousdave: "Telnetmode" => false too
16:08
LapideViridi has quit [Client Quit]
16:08
<
matti >
dangerousdave: Otherwise it will start adding weird encoding there.
16:08
<
matti >
apeiros: Ohai!
16:09
LapideViridi has joined #ruby-lang
16:09
gianlucadv has quit [Ping timeout: 245 seconds]
16:10
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:10
<
matti >
dangerousdave: Make sure to put correct fully-qualified host name for EHLO, in case Google want to verify it.
16:10
lapide_viridi has quit [Ping timeout: 244 seconds]
16:11
<
dangerousdave >
matti, the "mail from"?
16:12
<
matti >
dangerousdave: Read SMTP RFC :)
16:16
pyttepatsy has quit [Ping timeout: 245 seconds]
16:19
<
dangerousdave >
thanls for all your help
16:19
<
matti >
dangerousdave: No worries.
16:21
mihcall has quit [Quit: Page closed]
16:22
gianlucadv has joined #ruby-lang
16:26
Miphix has quit [Quit: Leaving]
16:26
<
dangerousdave >
matti, I am not managing to return from "tn.cmd("ehlo <my ip address")". It outputs the available commands, but just sits there, not even a timeout
16:28
charliesome has quit [Quit: zzz]
16:28
midhir has joined #ruby-lang
16:31
workmad3 has joined #ruby-lang
16:33
Lewix has joined #ruby-lang
16:33
Lewix has joined #ruby-lang
16:35
elia has joined #ruby-lang
16:35
futilegames has quit [Ping timeout: 256 seconds]
16:37
futilegames has joined #ruby-lang
16:41
GBrawl has quit [Quit: (null)]
16:42
imperator has quit [Quit: Valete!]
16:43
futilegames has quit [Ping timeout: 244 seconds]
16:47
chinmay_dd has quit [Ping timeout: 258 seconds]
16:48
futilegames has joined #ruby-lang
16:50
snoopybbt has joined #ruby-lang
16:51
dxta has joined #ruby-lang
16:53
futilegames has quit [Quit: futilegames]
16:54
LapideViridi has quit [Ping timeout: 264 seconds]
16:56
lapide_viridi has joined #ruby-lang
16:58
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:01
midhir has quit [Remote host closed the connection]
17:02
midhir has joined #ruby-lang
17:04
elia has quit [Quit: Computer has gone to sleep.]
17:04
Rampages has quit [Read error: Connection reset by peer]
17:05
Rampages has joined #ruby-lang
17:05
chinmay_dd has joined #ruby-lang
17:06
elia has joined #ruby-lang
17:07
midhir has quit [Ping timeout: 255 seconds]
17:07
oleo__ has joined #ruby-lang
17:09
oleo is now known as Guest49800
17:09
snoopybbt has quit [Ping timeout: 250 seconds]
17:10
Guest49800 has quit [Ping timeout: 250 seconds]
17:11
sarkyniin has joined #ruby-lang
17:14
Rampages has quit [Read error: Connection reset by peer]
17:15
Rampages has joined #ruby-lang
17:15
bmichelsen has joined #ruby-lang
17:15
Rampages has quit [Read error: Connection reset by peer]
17:16
Rampages has joined #ruby-lang
17:16
Rampages has quit [Client Quit]
17:17
dangerousdave has joined #ruby-lang
17:18
snoopybbt has joined #ruby-lang
17:21
klmlfl has joined #ruby-lang
17:24
fusillicode1 has joined #ruby-lang
17:26
fusillicode has quit [Ping timeout: 256 seconds]
17:27
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:28
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:28
GBrawl has joined #ruby-lang
17:29
pyttepatsy has joined #ruby-lang
17:32
oleo__ has quit [Quit: Verlassend]
17:35
oleo__ has joined #ruby-lang
17:35
Lewix has quit [Remote host closed the connection]
17:35
bf4 has quit [Quit: Lost terminal]
17:35
oleo__ has quit [Read error: Connection reset by peer]
17:35
banister has joined #ruby-lang
17:36
oleo__ has joined #ruby-lang
17:36
diegoviola has joined #ruby-lang
17:37
oleo__ has quit [Client Quit]
17:39
oleo has joined #ruby-lang
17:43
GBrawl has quit [Read error: Connection reset by peer]
17:43
futilegames has joined #ruby-lang
17:43
bmichelsen has quit [Quit: ZZZzzz…]
17:43
inkblots has quit [Quit: WeeChat 0.4.2]
17:46
chouhoulis has joined #ruby-lang
17:48
Iskarlar has joined #ruby-lang
17:49
Iskarlar has quit [Client Quit]
17:52
elia has quit [Quit: Computer has gone to sleep.]
17:52
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:54
elia has joined #ruby-lang
17:58
pablocantero has joined #ruby-lang
17:59
elia has quit [Quit: Computer has gone to sleep.]
18:00
chouhoulis has quit [Remote host closed the connection]
18:00
gix- has joined #ruby-lang
18:00
gix has quit [Disconnected by services]
18:00
stamina has joined #ruby-lang
18:00
gix has joined #ruby-lang
18:02
yfeldblu_ has quit [Remote host closed the connection]
18:02
pablocantero has quit [Ping timeout: 250 seconds]
18:04
gix- has quit [Ping timeout: 240 seconds]
18:06
g0bl1n has joined #ruby-lang
18:06
banister has joined #ruby-lang
18:12
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:15
midhir has joined #ruby-lang
18:15
|jemc| has joined #ruby-lang
18:16
fedexo has joined #ruby-lang
18:19
jmrepetti has joined #ruby-lang
18:20
allomov has quit [Remote host closed the connection]
18:20
sferik has joined #ruby-lang
18:21
sferik has quit [Client Quit]
18:30
Iskarlar has joined #ruby-lang
18:34
jimbach has joined #ruby-lang
18:41
hakunin has quit []
18:49
jmrepetti has quit [Remote host closed the connection]
18:49
hakunin has joined #ruby-lang
18:49
jmrepetti has joined #ruby-lang
18:54
jmrepetti has quit [Ping timeout: 250 seconds]
18:59
elastik has quit [Ping timeout: 258 seconds]
19:02
danijoo has quit [Quit: Leaving...]
19:03
jmrepetti has joined #ruby-lang
19:04
chinmay_dd has quit [Quit: Leaving]
19:04
klmlfl has quit [Remote host closed the connection]
19:07
kurko__ has joined #ruby-lang
19:15
ZaRDaK has joined #ruby-lang
19:16
<
g0bl1n >
need to have new methods that need to be used on severall Car modules
19:19
mistym has joined #ruby-lang
19:19
<
ljarvis >
g0bl1n: you can't do that without monkeypatching String, this is what refinements are trying to solve
19:20
jmrepetti has quit [Remote host closed the connection]
19:21
<
ljarvis >
you'd have to change it to `to_underscore(string)`
19:21
havenwood has quit [Remote host closed the connection]
19:21
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
19:23
jmrepett_ has joined #ruby-lang
19:25
lapide_viridi has quit [Ping timeout: 272 seconds]
19:25
<
ljarvis >
irrc you need to be on ruby 2.1+
19:27
yfeldblum has joined #ruby-lang
19:28
spastorino has joined #ruby-lang
19:28
jimbach has quit [Remote host closed the connection]
19:29
stamina has quit [Ping timeout: 255 seconds]
19:30
lapide_viridi has joined #ruby-lang
19:31
|jemc| has quit [Quit: WeeChat 1.0.1]
19:31
lapide_viridi has quit [Client Quit]
19:31
yfeldblum has quit [Ping timeout: 252 seconds]
19:31
|jemc| has joined #ruby-lang
19:40
usershell has joined #ruby-lang
19:43
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
19:44
havenwood has joined #ruby-lang
19:45
lapide_viridi has joined #ruby-lang
19:46
Iskarlar has joined #ruby-lang
19:46
stamina has joined #ruby-lang
19:49
futilegames_ has joined #ruby-lang
19:49
futilegames has quit [Ping timeout: 255 seconds]
19:49
futilegames_ is now known as futilegames
19:50
usershel_ has joined #ruby-lang
19:50
Lewix has joined #ruby-lang
19:52
seank__ has quit [Read error: Connection reset by peer]
19:52
usershell has quit [Ping timeout: 245 seconds]
19:53
stamina has quit [Remote host closed the connection]
19:55
seank_ has joined #ruby-lang
19:58
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
19:59
pablocantero has joined #ruby-lang
20:00
marr has joined #ruby-lang
20:04
pablocantero has quit [Ping timeout: 265 seconds]
20:07
jmrepett_ has quit [Remote host closed the connection]
20:09
jimbach has joined #ruby-lang
20:13
jmrepett_ has joined #ruby-lang
20:13
lapide_viridi has quit [Quit: See ya'!]
20:14
emmesswhy has joined #ruby-lang
20:17
noaon has joined #ruby-lang
20:17
dorei has joined #ruby-lang
20:20
<
g0bl1n >
ljarvis, thanks, great
20:21
yfeldblum has joined #ruby-lang
20:21
jimbach has quit [Remote host closed the connection]
20:22
awsmsrc has joined #ruby-lang
20:23
sarkyniin has quit [Remote host closed the connection]
20:25
cleopatra has quit [Ping timeout: 265 seconds]
20:26
yfeldblum has quit [Ping timeout: 265 seconds]
20:26
jmrepett_ has quit [Remote host closed the connection]
20:27
ur5us has joined #ruby-lang
20:27
jmrepetti has joined #ruby-lang
20:31
jmrepetti has quit [Ping timeout: 265 seconds]
20:34
jmrepetti has joined #ruby-lang
20:35
awsmsrc has left #ruby-lang [#ruby-lang]
20:36
danijoo has joined #ruby-lang
20:36
ikrima_ has joined #ruby-lang
20:39
lapide_viridi has joined #ruby-lang
20:45
emmesswhy has quit [Quit: This computer has gone to sleep]
20:46
elia has joined #ruby-lang
20:46
mistym has quit [Remote host closed the connection]
20:48
jmrepetti has quit [Remote host closed the connection]
20:48
jmrepetti has joined #ruby-lang
20:52
fedexo has quit [Ping timeout: 258 seconds]
20:53
jmrepetti has quit [Ping timeout: 250 seconds]
20:57
jmrepetti has joined #ruby-lang
20:58
gix has quit [Quit: Client exiting]
21:01
BubonicPestilenc has joined #ruby-lang
21:03
jimbach has joined #ruby-lang
21:03
<
waxjar >
monkey-patch the core class and put a big fat warning in your readme
21:04
BubonicPestile-1 has quit [Ping timeout: 264 seconds]
21:07
<
g0bl1n >
yes, I had that solution previously, use a method, not patching String class...
21:08
mistym has joined #ruby-lang
21:08
<
g0bl1n >
the refinements ljarvis mentions is awesome, but not for 1.9.3 :(
21:08
<
waxjar >
time to upgrade :p
21:08
<
ljarvis >
g0bl1n: you can monkeypatch String as waxjar suggests
21:09
lsegal has joined #ruby-lang
21:09
<
ljarvis >
I'd just use module helper methods and pass the string in myself
21:09
<
g0bl1n >
yes, I'll do it, thanks ;)
21:10
usershel_ has quit [Remote host closed the connection]
21:10
gianlucadv has quit [Ping timeout: 258 seconds]
21:12
mcclurmc has joined #ruby-lang
21:12
jmrepetti has quit [Remote host closed the connection]
21:13
jmrepetti has joined #ruby-lang
21:15
yfeldblum has joined #ruby-lang
21:17
godd2 has joined #ruby-lang
21:18
jmrepetti has quit [Ping timeout: 264 seconds]
21:20
havenwood has quit [Remote host closed the connection]
21:20
yfeldblum has quit [Ping timeout: 255 seconds]
21:24
ikrima_ has quit [Ping timeout: 244 seconds]
21:24
ikrima_ has joined #ruby-lang
21:25
GBrawl has joined #ruby-lang
21:25
GBrawl has quit [Client Quit]
21:26
lapide_viridi has quit [Quit: See ya'!]
21:27
ozzloy has joined #ruby-lang
21:27
Narzew has joined #ruby-lang
21:28
usershell has joined #ruby-lang
21:31
ikrima_ has quit [Ping timeout: 240 seconds]
21:32
jmrepetti has joined #ruby-lang
21:33
usershell has quit [Ping timeout: 252 seconds]
21:43
wallerdev has joined #ruby-lang
21:43
pablocantero has joined #ruby-lang
21:44
wallerdev has quit [Client Quit]
21:45
jmrepetti has quit [Remote host closed the connection]
21:46
lsegal has quit [Read error: Connection reset by peer]
21:47
lsegal has joined #ruby-lang
21:50
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:53
jimbach has quit [Remote host closed the connection]
21:53
mkaesz has quit [Remote host closed the connection]
22:00
chouhoulis has joined #ruby-lang
22:04
chouhoulis has quit [Ping timeout: 240 seconds]
22:05
davs has joined #ruby-lang
22:15
jmrepetti has joined #ruby-lang
22:15
Iskarlar has joined #ruby-lang
22:18
postmodern has joined #ruby-lang
22:21
pablocantero has quit [Remote host closed the connection]
22:22
yfeldblum has joined #ruby-lang
22:24
elia has quit [Quit: Computer has gone to sleep.]
22:24
gix has joined #ruby-lang
22:27
seank_ has quit [Read error: Connection reset by peer]
22:27
seank_ has joined #ruby-lang
22:29
usershell has joined #ruby-lang
22:30
davs has quit [Quit: Lost terminal]
22:31
fclausen has joined #ruby-lang
22:31
fclausen has quit [Client Quit]
22:32
jmrepetti has quit [Remote host closed the connection]
22:33
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:33
nofxx_ has joined #ruby-lang
22:34
usershell has quit [Ping timeout: 264 seconds]
22:35
elia has joined #ruby-lang
22:37
Iskarlar has joined #ruby-lang
22:37
fclausen has joined #ruby-lang
22:37
fclausen has quit [Client Quit]
22:37
fclausen has joined #ruby-lang
22:38
fclausen has quit [Client Quit]
22:38
ZaRDaK has quit [Quit: Leaving]
22:38
fclausen has joined #ruby-lang
22:38
fclausen has quit [Client Quit]
22:38
elia has quit [Client Quit]
22:39
fclausen has joined #ruby-lang
22:39
fclausen has quit [Client Quit]
22:39
jmrepetti has joined #ruby-lang
22:40
fclausen has joined #ruby-lang
22:43
futilegames has quit [Quit: futilegames]
22:47
fclausen has quit [Quit: leaving]
22:48
fclausen has joined #ruby-lang
22:48
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:50
jmrepetti has quit [Remote host closed the connection]
22:51
jmrepetti has joined #ruby-lang
22:52
Iskarlar has joined #ruby-lang
22:54
g0bl1n has quit [Ping timeout: 250 seconds]
22:56
jmrepetti has quit [Ping timeout: 265 seconds]
22:57
gix has quit [Quit: Client exiting]
22:57
g0bl1n has joined #ruby-lang
22:59
arBmind has quit [Read error: Connection reset by peer]
22:59
futilegames has joined #ruby-lang
23:00
dangerousdave has joined #ruby-lang
23:01
dangerousdave has quit [Client Quit]
23:02
g0bl1n has quit [Ping timeout: 264 seconds]
23:04
futilegames_ has joined #ruby-lang
23:04
futilegames has quit [Ping timeout: 265 seconds]
23:07
gix has joined #ruby-lang
23:08
futilegames_ has quit [Ping timeout: 240 seconds]
23:12
jmrepetti has joined #ruby-lang
23:14
emmesswhy has joined #ruby-lang
23:14
mcclurmc has quit [Remote host closed the connection]
23:17
sferik has joined #ruby-lang
23:19
AKASkip has quit [Ping timeout: 240 seconds]
23:20
kurko__ has joined #ruby-lang
23:27
havenwood has joined #ruby-lang
23:30
Lewix has quit [Remote host closed the connection]
23:34
diegoviola has quit [Quit: WeeChat 1.0.1]
23:34
diegoviola has joined #ruby-lang
23:35
mistym has quit [Read error: Connection reset by peer]
23:36
seank__ has joined #ruby-lang
23:36
mistym has joined #ruby-lang
23:39
seank_ has quit [Ping timeout: 245 seconds]
23:42
g0bl1n has joined #ruby-lang
23:46
araujo has quit [Quit: Leaving]
23:48
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
23:49
charliesome has joined #ruby-lang
23:50
|jemc| has quit [Quit: WeeChat 1.0.1]
23:52
kurko__ has joined #ruby-lang
23:52
Averna has joined #ruby-lang
23:53
chills42 has joined #ruby-lang
23:57
chills42 has quit [Ping timeout: 240 seconds]