00:03
Swyper has joined #ruby
00:08
jenrzzz has quit [Ping timeout: 258 seconds]
00:09
bitwinery has quit [Quit: Leaving]
00:13
Swyper has quit [Remote host closed the connection]
00:13
AJA4350 has joined #ruby
00:14
fphilipe has quit [Ping timeout: 244 seconds]
00:15
jenrzzz has joined #ruby
00:15
cd has quit [Quit: cd]
00:20
jenrzzz has quit [Ping timeout: 246 seconds]
00:22
x86sk has joined #ruby
00:22
gix has quit [Ping timeout: 248 seconds]
00:23
jenrzzz has joined #ruby
00:28
jenrzzz has quit [Ping timeout: 258 seconds]
00:48
jenrzzz has joined #ruby
00:49
fphilipe has joined #ruby
00:56
Emmanuel_Chanel has joined #ruby
01:00
Swyper has joined #ruby
01:04
Swyper has quit [Remote host closed the connection]
01:07
Emmanuel_Chanel has quit [Quit: Leaving]
01:12
Emmanuel_Chanel has joined #ruby
01:17
tdy has quit [Remote host closed the connection]
01:20
tdy has joined #ruby
01:20
AJA4350 has quit [Quit: AJA4350]
01:26
fphilipe has quit [Ping timeout: 272 seconds]
01:26
Nicmavr has quit [Read error: Connection reset by peer]
01:28
Nicmavr has joined #ruby
01:39
ascarter has joined #ruby
01:44
teardown has quit [Quit: leaving]
01:44
`Alison has joined #ruby
01:45
teardown has joined #ruby
01:47
<
Iambchop >
&>> a=3;b=5; a^=b^=a^=b; [a,b]
01:47
<
Iambchop >
&>> a=3;b=5; a=a^(b=b^(a=a^b)); [a,b]
01:47
<
Iambchop >
&>> a=3;b=5; a^=b;b^=a;a^=b; [a,b]
01:47
<
Iambchop >
rapha: ^
01:48
ramfjord has joined #ruby
02:08
jenrzzz has quit [Ping timeout: 258 seconds]
02:16
involans has joined #ruby
02:21
involans has quit [Client Quit]
02:22
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:31
Swyper has joined #ruby
02:35
jenrzzz has joined #ruby
02:44
Swyper has quit [Remote host closed the connection]
02:49
bitwinery has joined #ruby
02:55
dviola has quit [Quit: WeeChat 2.5]
02:57
kent\n has quit [Ping timeout: 258 seconds]
02:59
<
leftylink >
oh, can probably figure this out by redefining the operator
03:00
kent\n has joined #ruby
03:04
<
leftylink >
actually, don't even need to redefine
03:04
<
leftylink >
just doing it with strings is enough to see why it doesn't work
03:04
<
leftylink >
&>> a = ?a; b = ?b; a += b += a += b
03:05
<
leftylink >
that makes it obvious why the ^= chain didn't work and also the minimum change needed to make it work
03:05
<
leftylink >
&>> a = 3; b = 5; b ^= a ^= b; a ^= b; [a, b]
03:07
kent\n has quit [Ping timeout: 245 seconds]
03:07
kent\n has joined #ruby
03:12
Emmanuel_Chanel has quit [Ping timeout: 245 seconds]
03:20
ascarter has joined #ruby
03:20
megamos has quit [Ping timeout: 268 seconds]
03:22
fphilipe has joined #ruby
03:37
Frobozz has joined #ruby
03:49
hutch has joined #ruby
03:55
jokester has quit [Ping timeout: 258 seconds]
03:56
fphilipe has quit [Ping timeout: 246 seconds]
03:58
jokester has joined #ruby
03:58
howdoi has joined #ruby
04:03
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
04:05
ropeney_ has quit [Read error: Connection reset by peer]
04:06
ropeney has joined #ruby
04:13
dviola has joined #ruby
04:15
donofrio__ has quit [Remote host closed the connection]
04:21
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:27
fphilipe has joined #ruby
04:41
hiroaki has quit [Ping timeout: 272 seconds]
04:52
ascarter has quit [Remote host closed the connection]
04:55
donofrio has joined #ruby
05:04
_rubik has joined #ruby
05:04
matheusm1reira is now known as matheusmoreira
05:05
<
_rubik >
Hey all. I want to test each method in class to make sure they're returning the correct object type. There are 15 or so methods and all the checks would be the same.
05:05
<
_rubik >
Is it idiomatic to hard code the same test for each method? Or is there a better way to batch this?
05:07
fphilipe_ has joined #ruby
05:09
fphilipe has quit [Ping timeout: 252 seconds]
05:13
DaniG2k has joined #ruby
05:15
kyrylo has joined #ruby
05:16
dviola has quit [Quit: WeeChat 2.5]
05:17
kyrylo has quit [Client Quit]
05:21
elphe has joined #ruby
05:30
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:31
ur5us has quit [Remote host closed the connection]
05:31
Exuma has joined #ruby
05:31
ur5us has joined #ruby
05:35
ur5us has quit [Ping timeout: 245 seconds]
05:42
elphe has quit [Ping timeout: 245 seconds]
05:48
kyrylo has joined #ruby
05:52
kyrylo has quit [Client Quit]
05:53
elphe has joined #ruby
05:56
fphilipe_ has quit [Ping timeout: 248 seconds]
06:03
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
06:03
schne1der has joined #ruby
06:06
kyrylo has joined #ruby
06:08
gix has joined #ruby
06:12
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
06:12
kyrylo has joined #ruby
06:14
chalkmonster has joined #ruby
06:14
ramfjord has quit [Ping timeout: 268 seconds]
06:17
kyrylo has quit [Ping timeout: 258 seconds]
06:18
x86sk has quit [Quit: Connection closed for inactivity]
06:28
fphilipe_ has joined #ruby
06:29
schne1der has quit [Ping timeout: 246 seconds]
06:29
jenrzzz has quit [Ping timeout: 258 seconds]
06:35
jenrzzz has joined #ruby
06:35
gix- has joined #ruby
06:35
gix has quit [Disconnected by services]
06:36
gix has joined #ruby
06:40
gix- has quit [Ping timeout: 245 seconds]
06:40
gix- has joined #ruby
06:40
gix has quit [Disconnected by services]
06:43
ramfjord has joined #ruby
06:45
gix- has quit [Ping timeout: 272 seconds]
06:49
ellcs has joined #ruby
06:50
ramfjord has quit [Ping timeout: 245 seconds]
06:51
abaiste^ has joined #ruby
06:52
lxsameer has joined #ruby
06:52
DaniG2k has quit [Quit: leaving]
06:54
kyrylo has joined #ruby
06:59
kyrylo has quit [Ping timeout: 245 seconds]
07:00
tvl has joined #ruby
07:00
tvl is now known as tobiasvl
07:00
tolerablyjake has quit [Remote host closed the connection]
07:02
ryzokuken has joined #ruby
07:05
jenrzzz has quit [Ping timeout: 268 seconds]
07:06
a1ph4g33k has joined #ruby
07:06
aupadhye has joined #ruby
07:06
jenrzzz has joined #ruby
07:14
elphe has quit [Ping timeout: 268 seconds]
07:16
kyrylo has joined #ruby
07:16
deepreds1 has quit [Ping timeout: 248 seconds]
07:20
nowhereman has quit [Ping timeout: 258 seconds]
07:21
kyrylo has quit [Ping timeout: 268 seconds]
07:27
schne1der has joined #ruby
07:28
prestorium has joined #ruby
07:32
aupadhye has quit [Quit: Leaving]
07:34
suukim has joined #ruby
07:36
sylario has joined #ruby
07:37
kyrylo has joined #ruby
07:40
deepreds1 has joined #ruby
07:41
kyrylo has quit [Ping timeout: 245 seconds]
07:42
BH23 has joined #ruby
07:43
_rubik has quit [Ping timeout: 272 seconds]
07:49
ramfjord has joined #ruby
07:50
elphe has joined #ruby
07:54
ramfjord has quit [Ping timeout: 258 seconds]
07:58
kyrylo has joined #ruby
07:59
MuffinPimp has quit [Quit: Goodbye.]
08:02
kyrylo has quit [Ping timeout: 244 seconds]
08:04
TomyWork has joined #ruby
08:08
Azure has quit [Ping timeout: 244 seconds]
08:08
MuffinPimp has joined #ruby
08:16
Azure has joined #ruby
08:17
bruce_lee has joined #ruby
08:17
bruce_lee has quit [Changing host]
08:17
bruce_lee has joined #ruby
08:34
ramfjord has joined #ruby
08:35
Huck777 has quit [Ping timeout: 246 seconds]
08:37
queip has quit [Ping timeout: 246 seconds]
08:38
ramfjord has quit [Ping timeout: 246 seconds]
08:44
queip has joined #ruby
08:57
<
Bish >
is there "give me that hash without keyword :x" ?
08:57
<
Bish >
{a:1,b:2}.magic(:a) ⇒ {b:2}
09:01
suukim has quit [Quit: Konversation terminated!]
09:09
<
voker57 >
.delete_if{|v| v == :a}
09:09
<
voker57 >
also, it's key, not keyword
09:09
<
voker57 >
.delete_if{|k, v| v == :a} *
09:09
<
voker57 >
or just h.delete :a; h
09:16
ramfjord has joined #ruby
09:18
_Joes_ has joined #ruby
09:18
<
leftylink >
I guess if the hash doesn't have a name I'll also throw in `.tap { |h| h.delete(:a) }` as an option
09:21
ramfjord has quit [Ping timeout: 248 seconds]
09:21
bitwinery has quit [Quit: Leaving]
09:22
turt2live has quit [Write error: Connection reset by peer]
09:22
sepp2k has quit [Remote host closed the connection]
09:22
aecepoglu[m] has quit [Remote host closed the connection]
09:22
iotatron[m] has quit [Read error: Connection reset by peer]
09:22
Seance[m] has quit [Read error: Connection reset by peer]
09:22
abaiste^ has quit [Max SendQ exceeded]
09:22
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
09:23
abaiste^ has joined #ruby
09:23
abaiste^ has quit [Excess Flood]
09:24
abaiste^ has joined #ruby
09:24
irdr has quit [Remote host closed the connection]
09:25
irdr has joined #ruby
09:25
hutch has quit [Ping timeout: 258 seconds]
09:32
sh7d has quit [Ping timeout: 245 seconds]
09:32
aecepoglu[m] has joined #ruby
09:34
ljarvis has joined #ruby
09:34
<
Bish >
voker57: leftylink, thanks weird that there is no "short" way to do it
09:34
Fr4n has quit [Ping timeout: 244 seconds]
09:35
sh7d has joined #ruby
09:36
kyrylo has joined #ruby
09:39
_Joes_ has quit [Ping timeout: 244 seconds]
09:41
kyrylo has quit [Client Quit]
09:43
<
Bish >
how do i clever percentage calculation? im tired of doing stupid nil NaN whatever checks
09:44
queip has quit [Ping timeout: 245 seconds]
09:44
<
ytti >
you may need to show example where you go wrong
09:44
<
Bish >
yeah i catch that and return 0
09:44
<
Bish >
then i get infinity.. catch that return 0
09:45
<
Bish >
then somehow that thing is nil things break
09:45
<
ytti >
&>> 1/0.to_f
09:45
<
Bish >
what a great function!
09:46
<
ytti >
why would you return 0?
09:46
<
Bish >
why exactly did they do that in iso754
09:46
<
Bish >
ytti: because "infinity people clickedon that link
09:47
<
Bish >
doesn't make much sense, if there is none able to click
09:47
<
ytti >
then don't use zero divisor
09:47
<
ytti >
check for divisor first
09:47
<
ytti >
and return something domain appropriate
09:51
queip has joined #ruby
09:53
ljarvis has quit [Quit: WeeChat 2.4]
10:04
jenrzzz has quit [Ping timeout: 268 seconds]
10:08
turt2live has joined #ruby
10:08
iotatron[m] has joined #ruby
10:08
Seance[m] has joined #ruby
10:08
sepp2k has joined #ruby
10:11
cd has joined #ruby
10:14
AJA4350 has joined #ruby
10:15
megamos has joined #ruby
10:16
DaRock has joined #ruby
10:23
sezuan has left #ruby [#ruby]
10:24
jmcgnh has quit [Ping timeout: 245 seconds]
10:26
jmcgnh has joined #ruby
10:29
jenrzzz has joined #ruby
10:32
kapilp has joined #ruby
10:40
drnerdius has joined #ruby
10:44
ramfjord has joined #ruby
10:49
ramfjord has quit [Ping timeout: 258 seconds]
10:56
shtirlic has joined #ruby
10:58
chromis has joined #ruby
11:03
jenrzzz has quit [Ping timeout: 268 seconds]
11:06
rshetty has joined #ruby
11:10
AJA4351 has joined #ruby
11:11
AJA4350 has quit [Ping timeout: 246 seconds]
11:11
AJA4351 is now known as AJA4350
11:16
kinbiko has joined #ruby
11:18
ramfjord has joined #ruby
11:23
ramfjord has quit [Ping timeout: 244 seconds]
11:23
jinie has joined #ruby
11:24
tdy has quit [Ping timeout: 246 seconds]
11:31
cow[moo] has joined #ruby
11:33
sh7d has quit [Quit: meh]
11:34
sh7d has joined #ruby
11:37
someuser has joined #ruby
11:37
someuser has quit [Client Quit]
11:39
jenrzzz has joined #ruby
11:47
lucasb has joined #ruby
11:54
ramfjord has joined #ruby
12:00
ramfjord has quit [Ping timeout: 272 seconds]
12:04
sh7d has quit [Ping timeout: 245 seconds]
12:08
stooj has quit [Ping timeout: 245 seconds]
12:08
stooj has joined #ruby
12:09
alem0lars has joined #ruby
12:12
jenrzzz has quit [Read error: Connection reset by peer]
12:12
megamos has quit [Ping timeout: 248 seconds]
12:14
sh7d has joined #ruby
12:17
AJA4351 has joined #ruby
12:19
AJA4350 has quit [Ping timeout: 258 seconds]
12:19
AJA4351 is now known as AJA4350
12:27
phage has quit [Ping timeout: 244 seconds]
12:31
asthasr has left #ruby ["Leaving"]
12:31
manakanapa has joined #ruby
12:32
alem0lars has quit [Read error: Connection reset by peer]
12:33
alem0lars has joined #ruby
12:34
sh7d has quit [Ping timeout: 268 seconds]
12:37
rshetty has quit [Remote host closed the connection]
12:38
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:39
cow[moo] has joined #ruby
12:47
sh7d has joined #ruby
12:50
jenrzzz has joined #ruby
12:50
yalue has joined #ruby
12:59
stryek has joined #ruby
12:59
kyrylo has joined #ruby
13:02
nakuku has joined #ruby
13:03
dbugger has joined #ruby
13:03
<
nakuku >
Guys. i have a problem. My ruby version is 2.5.3. Why Time.zone.now...DateTime::Infinity.new works well
13:03
<
nakuku >
But it does not the other way around
13:04
griffindy has joined #ruby
13:04
<
nakuku >
-DateTime::Infinity.new..Time.zone.now throws 'bad value for range'
13:04
sh7d has quit [Ping timeout: 268 seconds]
13:05
Huck777 has joined #ruby
13:05
sh7d has joined #ruby
13:06
Emmanuel_Chanel has joined #ruby
13:07
drnerdius has quit [Quit: Konversation terminated!]
13:07
nerdius has joined #ruby
13:08
Huck777 has quit [Remote host closed the connection]
13:08
Huck777 has joined #ruby
13:11
queip has quit [Ping timeout: 250 seconds]
13:13
nerdius has quit [Quit: Konversation terminated!]
13:13
drnerdius has joined #ruby
13:14
drnerdius has quit [Client Quit]
13:14
drnerdius has joined #ruby
13:14
drnerdius has quit [Client Quit]
13:14
drnerdius has joined #ruby
13:16
drnerdius has quit [Client Quit]
13:16
drnerdius has joined #ruby
13:18
queip has joined #ruby
13:18
nerdius has joined #ruby
13:18
nerdius has quit [Remote host closed the connection]
13:18
drnerdius has quit [Client Quit]
13:18
<
nakuku >
Okay i guess solved. I used -Date::Infinity instead of -DateTime::Infinity
13:18
nerdius has joined #ruby
13:21
Huck777 has quit [Ping timeout: 244 seconds]
13:21
nerdius has quit [Client Quit]
13:22
drnerdius has joined #ruby
13:24
codefriar has joined #ruby
13:24
jenrzzz has quit [Read error: Connection reset by peer]
13:25
AJA4350 has quit [Ping timeout: 268 seconds]
13:25
drnerdius has quit [Client Quit]
13:25
drnerdius has joined #ruby
13:28
drnerdius has quit [Client Quit]
13:28
drnerdius has joined #ruby
13:28
involans has joined #ruby
13:32
AJA4350 has joined #ruby
13:33
dbugger has quit [Quit: Leaving]
13:34
sh7d has quit [Quit: meh]
13:34
sh7d has joined #ruby
13:37
<
nakuku >
Okay, nah. Still have a problem. I kinda need to make -DateTime::Infnity.now...Date.new work
13:38
<
nakuku >
It throws bad value for range
13:39
drnerdius has quit [Read error: No route to host]
13:39
nerdius has joined #ruby
13:44
queip has quit [Ping timeout: 258 seconds]
13:44
nerdius has quit [Client Quit]
13:44
drnerdius has joined #ruby
13:44
Rapture has joined #ruby
13:46
<
adam12 >
&>> (-DateTime::Infinity.now...Date.new)
13:46
<
adam12 >
&>> require "datetime"; (-DateTime::Infinity.now...Date.new)
13:46
<
rubydoc >
stderr: /usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- datetime (LoadError) (
https://carc.in/#/r/7bjs )
13:47
<
adam12 >
&>> require "date"; (-DateTime::Infinity.now...Date.new)
13:51
queip has joined #ruby
13:52
tdy has joined #ruby
13:53
drnerdius has quit [Quit: Konversation terminated!]
13:54
drnerdius has joined #ruby
13:54
<
nakuku >
Ah, sorry for my retardation.
13:54
drnerdius has quit [Client Quit]
13:54
<
nakuku >
Require 'date' and 'active_support' from rails
13:54
<
nakuku >
And try this example ((-DateTime::Infinity.new)..(DateTime.new))
13:55
drnerdius has joined #ruby
13:55
tdy has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
13:55
<
nakuku >
But i guess this is simply not the way it works and i will have to change my database implementation
13:55
<
nakuku >
and create two fields start_date / end_date
13:55
<
nakuku >
instead of daterange
13:55
ramfjord has joined #ruby
13:56
stooj has quit [Ping timeout: 272 seconds]
13:57
stooj has joined #ruby
13:57
<
adam12 >
nakuku: Instead of using infinity as a start date, could you just use something incredibly far back in time?
13:58
bmurt has joined #ruby
13:59
<
nakuku >
Wow, great idea actually. Will ask my leader if he is fine with it
13:59
drnerdius has quit [Read error: Connection reset by peer]
13:59
ascarter_ has joined #ruby
13:59
drnerdius has joined #ruby
13:59
<
adam12 >
With Ruby 2.7 you get a startless range which might be OK?
13:59
<
adam12 >
&>> (..Time.now)
14:00
ramfjord has quit [Ping timeout: 248 seconds]
14:01
<
nakuku >
Nice, thanks for this. But i don't know i updating ruby is option in my case
14:01
<
nakuku >
but ill see how ActiveRecord will handle this
14:01
<
nakuku >
-DateTime::Infinity.new...DateTime.new(2001, 10, 10).to_i
14:01
<
nakuku >
DateTime inifity is supposed to work as a number
14:01
<
nakuku >
not a date
14:01
<
nakuku >
That's why it would not create a number...date range
14:03
<
adam12 >
Yeah it's odd. I don't have any experience with current ActiveSupport tho, so I'm not sure. I'd just leave your query open ended
14:03
<
adam12 >
Or, see if you can build it with SQL and use a constant provided by Postgres... maybe.
14:03
jenrzzz has joined #ruby
14:03
sh7d has quit [Ping timeout: 244 seconds]
14:04
<
adam12 >
where("yourfield && daterange('infinity', ?)", end_date)
14:04
<
adam12 >
Not even sure that would work. Just spitballing.
14:05
<
nakuku >
Hm, sure. That would be fine for querying
14:05
<
nakuku >
but i need to save it on attribute/return as attribute
14:05
<
nakuku >
So user.validity = ...
14:06
sh7d has joined #ruby
14:06
<
nakuku >
But ill see how -DateTime::Infinity.new...DateTime.new(2001, 10, 10).to_i behaves
14:06
<
nakuku >
Ill ask leader about your idea
14:06
<
nakuku >
or simply change my user.validity to user.validity_start and user.validity_end
14:07
involans has quit [Quit: involans]
14:07
Tuor has joined #ruby
14:07
involans has joined #ruby
14:09
drnerdius has quit [Quit: Konversation terminated!]
14:10
drnerdius has joined #ruby
14:13
skelz0r has joined #ruby
14:13
easoncxz has joined #ruby
14:18
drnerdius has quit [Quit: Konversation terminated!]
14:19
bmurt has quit [Ping timeout: 276 seconds]
14:26
rshetty has joined #ruby
14:26
rshetty has quit [Remote host closed the connection]
14:26
rshetty has joined #ruby
14:27
nakuku has quit [Remote host closed the connection]
14:27
tdy has joined #ruby
14:33
_falsebay_ has joined #ruby
14:34
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:34
AJA4350 has quit [Ping timeout: 248 seconds]
14:35
alem0lars has quit [Ping timeout: 244 seconds]
14:35
ramfjord has joined #ruby
14:37
jenrzzz has quit [Ping timeout: 244 seconds]
14:40
ramfjord has quit [Ping timeout: 272 seconds]
14:41
qba73 has joined #ruby
14:47
reber has joined #ruby
14:48
deepreds1 has quit [Ping timeout: 248 seconds]
14:53
Fr4n has joined #ruby
14:53
rshetty has quit [Ping timeout: 250 seconds]
14:54
skelz0r has quit [Quit: Lost terminal]
14:56
codefriar has quit [Ping timeout: 258 seconds]
15:02
bmurt has joined #ruby
15:02
Tuor has quit [Quit: Konversation terminated!]
15:04
jenrzzz has joined #ruby
15:05
sh7d has quit [Ping timeout: 258 seconds]
15:07
sh7d has joined #ruby
15:08
DaRock has quit [Ping timeout: 272 seconds]
15:11
ElFerna has joined #ruby
15:13
conta1 has joined #ruby
15:14
AJA4350 has joined #ruby
15:16
rippa has joined #ruby
15:20
suukim has joined #ruby
15:28
ElFerna has quit [Quit: ElFerna]
15:28
AJA4350 has quit [Ping timeout: 245 seconds]
15:32
ElFerna has joined #ruby
15:32
schne1der has quit [Ping timeout: 245 seconds]
15:32
BH23 has quit [Ping timeout: 268 seconds]
15:36
chalkmonster has quit [Quit: WeeChat 2.5]
15:38
jenrzzz has quit [Ping timeout: 258 seconds]
15:40
CCDelivery has joined #ruby
15:40
mozzarella has quit [Ping timeout: 246 seconds]
15:43
GodFather has joined #ruby
15:44
deathwishdave has joined #ruby
15:44
Technodrome has joined #ruby
15:46
GodFather_ has joined #ruby
15:47
prestorium has quit [Ping timeout: 246 seconds]
15:48
elphe has quit [Ping timeout: 248 seconds]
15:49
elphe has joined #ruby
15:51
megamos has joined #ruby
15:53
aesthe has joined #ruby
15:56
YOUR_NICK has joined #ruby
15:58
drincruz has joined #ruby
15:59
codefriar has joined #ruby
15:59
YOUR_NIC1 has joined #ruby
16:04
jenrzzz has joined #ruby
16:05
stooj has quit [Ping timeout: 248 seconds]
16:06
stooj has joined #ruby
16:07
ascarter_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:07
elphe has quit [Quit: leaving]
16:09
aesthe has quit [Quit: Leaving]
16:14
codefriar has quit [Remote host closed the connection]
16:15
codefriar has joined #ruby
16:18
ramfjord has joined #ruby
16:23
ramfjord has quit [Ping timeout: 272 seconds]
16:23
YOUR_NICK has quit [Quit: Lost terminal]
16:23
YOUR_NIC1 has quit [Quit: Lost terminal]
16:24
codefriar has quit [Remote host closed the connection]
16:24
codefriar has joined #ruby
16:25
involans has quit [Quit: involans]
16:25
fphilipe_ has quit [Ping timeout: 268 seconds]
16:27
qba73 has quit [Ping timeout: 245 seconds]
16:28
fphilipe_ has joined #ruby
16:28
greengriminal has joined #ruby
16:29
Exuma has joined #ruby
16:33
fphilipe_ has quit [Ping timeout: 248 seconds]
16:33
oetjenj has joined #ruby
16:33
orbyt_ has joined #ruby
16:33
chalkmonster has joined #ruby
16:33
codefriar has quit [Remote host closed the connection]
16:34
codefriar has joined #ruby
16:36
kyrylo has joined #ruby
16:38
jenrzzz has quit [Ping timeout: 268 seconds]
16:43
fphilipe_ has joined #ruby
16:44
alem0lars has joined #ruby
16:44
alem0lars has quit [Max SendQ exceeded]
16:44
alem0lars has joined #ruby
16:45
ElFerna has quit [Quit: ElFerna]
16:45
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:46
ElFerna has joined #ruby
16:48
pwnd_nsfw has quit [Ping timeout: 272 seconds]
16:49
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:51
fphilipe_ has quit [Ping timeout: 248 seconds]
16:51
mozzarella has joined #ruby
16:54
ElFerna has quit [Quit: ElFerna]
16:54
cisco has joined #ruby
16:55
ramfjord has joined #ruby
16:58
BTRE has quit [Remote host closed the connection]
16:59
codefriar has quit [Remote host closed the connection]
16:59
codefriar has joined #ruby
17:02
faces has quit [Read error: Connection reset by peer]
17:02
faces has joined #ruby
17:02
AKPWD has left #ruby [#ruby]
17:03
oetjenj has joined #ruby
17:03
TomyWork has quit [Remote host closed the connection]
17:04
ropeney has joined #ruby
17:07
jenrzzz has joined #ruby
17:08
hiroaki has joined #ruby
17:08
hutch has joined #ruby
17:08
duderonomy has joined #ruby
17:09
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:10
lxsameer has quit [Ping timeout: 258 seconds]
17:16
stooj has quit [Ping timeout: 258 seconds]
17:16
stooj has joined #ruby
17:17
Exuma has joined #ruby
17:18
ellcs1 has joined #ruby
17:20
orbyt_ has joined #ruby
17:24
codefriar has quit [Remote host closed the connection]
17:25
wildtrees has joined #ruby
17:25
codefriar has joined #ruby
17:25
noark9 has joined #ruby
17:27
wildtrees has quit [Max SendQ exceeded]
17:28
wildtrees has joined #ruby
17:29
ellcs1 has quit [Ping timeout: 264 seconds]
17:29
cako has joined #ruby
17:29
SeepingN has joined #ruby
17:30
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:32
kinbiko has quit [Ping timeout: 272 seconds]
17:35
codefriar has quit [Remote host closed the connection]
17:35
megamos has quit [Remote host closed the connection]
17:35
wildtrees has quit [Remote host closed the connection]
17:35
involans has joined #ruby
17:35
orbyt_ has joined #ruby
17:35
codefriar has joined #ruby
17:36
tweeeaks has joined #ruby
17:36
wildtrees has joined #ruby
17:37
tweeeaks is now known as tweaks
17:40
marens has quit [Remote host closed the connection]
17:40
kith has quit [Ping timeout: 248 seconds]
17:42
jenrzzz has quit [Ping timeout: 272 seconds]
17:44
hutch has quit [Ping timeout: 248 seconds]
17:45
BTRE has joined #ruby
17:46
codefriar has quit [Remote host closed the connection]
17:46
codefriar has joined #ruby
17:47
marens has joined #ruby
17:47
marens has quit [Changing host]
17:47
marens has joined #ruby
17:47
codefriar has quit [Remote host closed the connection]
17:48
codefriar has joined #ruby
17:49
cliluw has joined #ruby
17:58
BTRE has quit [Read error: Connection reset by peer]
18:00
cisco has quit [Ping timeout: 268 seconds]
18:04
BTRE has joined #ruby
18:05
schne1der has joined #ruby
18:09
alem0lars has quit [Ping timeout: 244 seconds]
18:10
megamos has joined #ruby
18:10
noark9 has quit [Quit: noark9]
18:11
fphilipe_ has joined #ruby
18:14
jenrzzz has joined #ruby
18:17
fphilipe_ has quit [Ping timeout: 245 seconds]
18:18
megamos has quit [Remote host closed the connection]
18:19
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:19
megamos has joined #ruby
18:27
jenrzzz has quit [Ping timeout: 244 seconds]
18:27
Huck777 has joined #ruby
18:27
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:28
cow[moo] has quit [Read error: Connection reset by peer]
18:28
greengriminal has quit [Quit: This computer has gone to sleep]
18:28
gix has joined #ruby
18:29
chalkmonster has quit [Quit: WeeChat 2.5]
18:30
orbyt_ has joined #ruby
18:33
sameerynho has joined #ruby
18:35
Huck777 has quit [Remote host closed the connection]
18:35
Huck777 has joined #ruby
18:36
suukim has quit [Quit: Konversation terminated!]
18:38
deathwishdave has quit [Read error: Connection reset by peer]
18:46
greengriminal has joined #ruby
18:46
greengriminal has quit [Client Quit]
18:48
fuzzface has joined #ruby
18:51
x86sk has joined #ruby
18:52
orbyt_ has quit [Read error: Connection reset by peer]
18:53
Inline has joined #ruby
18:55
r29v has joined #ruby
18:56
jenrzzz has joined #ruby
19:01
ElFerna has joined #ruby
19:04
hiroaki has quit [Ping timeout: 245 seconds]
19:04
greengriminal has joined #ruby
19:08
orbyt_ has joined #ruby
19:17
dbugger has joined #ruby
19:18
hiroaki has joined #ruby
19:19
cako has quit [Ping timeout: 245 seconds]
19:19
wildtrees has quit [Remote host closed the connection]
19:20
megamos has quit [Ping timeout: 245 seconds]
19:44
jenrzzz has quit [Ping timeout: 258 seconds]
19:47
hiroaki has quit [Ping timeout: 268 seconds]
19:54
jenrzzz has joined #ruby
19:58
dbugger has quit [Quit: Leaving]
20:02
hiroaki has joined #ruby
20:03
ElFerna_ has joined #ruby
20:04
ElFerna has quit [Ping timeout: 268 seconds]
20:04
ElFerna_ is now known as ElFerna
20:08
ElFerna has quit [Quit: ElFerna]
20:13
conta1 has quit [Quit: conta1]
20:13
fphilipe_ has joined #ruby
20:18
fphilipe_ has quit [Ping timeout: 246 seconds]
20:27
ElFerna has joined #ruby
20:27
AJA4350 has joined #ruby
20:29
megamos has joined #ruby
20:30
orbyt_ has quit [Ping timeout: 246 seconds]
20:30
_Joes_ has joined #ruby
20:30
codefriar has quit [Ping timeout: 245 seconds]
20:31
fphilipe_ has joined #ruby
20:35
jenrzzz has quit [Ping timeout: 268 seconds]
20:36
fphilipe_ has quit [Ping timeout: 272 seconds]
20:38
wildtrees has joined #ruby
20:42
howdoi has quit [Quit: Connection closed for inactivity]
20:42
yalue has quit [Quit: Leaving]
20:45
_Joes_ has quit [Ping timeout: 245 seconds]
20:46
CCDelivery has quit [Remote host closed the connection]
20:47
involans has quit [Quit: involans]
20:51
ur5us has joined #ruby
20:51
kapilp has quit [Quit: Connection closed for inactivity]
20:51
schne1der has quit [Ping timeout: 246 seconds]
21:07
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
21:07
llua has joined #ruby
21:08
<
rapha >
Iambchop: finally saw your examples from yesterday now! Okay, so it is not unlike C, just a bit different. Thank you :)
21:08
yokel has quit [Ping timeout: 245 seconds]
21:08
jenrzzz has joined #ruby
21:10
ElFerna_ has joined #ruby
21:10
yokel has joined #ruby
21:12
fuzzface has quit [Quit: Leaving]
21:13
ElFerna has quit [Ping timeout: 244 seconds]
21:13
ElFerna_ is now known as ElFerna
21:14
orbyt_ has joined #ruby
21:14
orbyt_ has quit [Read error: Connection reset by peer]
21:15
ElFerna_ has joined #ruby
21:18
ElFerna has quit [Ping timeout: 272 seconds]
21:18
ElFerna_ is now known as ElFerna
21:28
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
21:35
r29v has quit [Quit: r29v]
21:35
AJA4351 has joined #ruby
21:37
AJA4350 has quit [Ping timeout: 272 seconds]
21:37
AJA4351 is now known as AJA4350
21:39
wildtrees has quit [Remote host closed the connection]
21:44
GodFather has quit [Ping timeout: 248 seconds]
21:44
GodFather_ has quit [Ping timeout: 244 seconds]
21:48
greengriminal has quit [Quit: This computer has gone to sleep]
21:52
GodFather_ has joined #ruby
21:52
GodFather has joined #ruby
22:07
griffindy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:07
Francisco has joined #ruby
22:10
Fr4n has quit [Ping timeout: 272 seconds]
22:14
jinie has joined #ruby
22:16
orbyt_ has joined #ruby
22:18
greengriminal has joined #ruby
22:23
greengriminal has quit [Client Quit]
22:25
sameerynho has quit [Ping timeout: 272 seconds]
22:26
AJA4351 has joined #ruby
22:27
AJA4350 has quit [Ping timeout: 246 seconds]
22:27
AJA4351 is now known as AJA4350
22:27
hiroaki has quit [Ping timeout: 244 seconds]
22:28
r29v has joined #ruby
22:28
GodFather has quit [Ping timeout: 258 seconds]
22:28
GodFather_ has quit [Ping timeout: 245 seconds]
22:29
reber has quit [Remote host closed the connection]
22:30
cako has joined #ruby
22:31
ElFerna has quit [Ping timeout: 244 seconds]
22:32
fphilipe_ has joined #ruby
22:36
s3nd1v0g1us has joined #ruby
22:37
fphilipe_ has quit [Ping timeout: 245 seconds]
22:40
sylario has quit [Quit: Connection closed for inactivity]
22:46
Nicmavr has quit [Read error: Connection reset by peer]
22:48
Nicmavr has joined #ruby
22:48
s3nd1v0g1us has quit [Quit: WeeChat 2.4]
22:50
ramfjord has quit [Ping timeout: 268 seconds]
22:50
SeepingN has quit [Quit: The system is going down for reboot NOW!]
22:53
ramfjord has joined #ruby
22:53
Swyper has joined #ruby
22:54
SeepingN has joined #ruby
22:55
megamos has quit [Ping timeout: 272 seconds]
22:55
GodFather_ has joined #ruby
22:55
GodFather has joined #ruby
22:56
cako has quit [Ping timeout: 245 seconds]
23:00
ntropix has joined #ruby
23:00
AJA4351 has joined #ruby
23:02
AJA4350 has quit [Ping timeout: 245 seconds]
23:02
AJA4351 is now known as AJA4350
23:03
ramfjord has quit [Ping timeout: 245 seconds]
23:06
Huck777 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:06
gix has quit [Ping timeout: 268 seconds]
23:06
lucasb has quit [Quit: Connection closed for inactivity]
23:11
dviola has joined #ruby
23:14
gix has joined #ruby
23:16
drincruz has quit [Ping timeout: 244 seconds]
23:23
stryek has quit [Quit: Connection closed for inactivity]
23:28
cako has joined #ruby
23:33
jenrzzz has quit [Ping timeout: 258 seconds]
23:35
bitwinery has joined #ruby
23:39
jenrzzz has joined #ruby
23:42
bruce_lee has quit [Remote host closed the connection]
23:42
AJA4350 has quit [Ping timeout: 272 seconds]
23:53
jenrzzz has quit [Ping timeout: 246 seconds]