havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.3, 2.5.5, 2.7.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
Swyper has joined #ruby
Esa_ has quit []
jenrzzz has quit [Ping timeout: 258 seconds]
bitwinery has quit [Quit: Leaving]
Swyper has quit [Remote host closed the connection]
AJA4350 has joined #ruby
fphilipe has quit [Ping timeout: 244 seconds]
jenrzzz has joined #ruby
cd has quit [Quit: cd]
jenrzzz has quit [Ping timeout: 246 seconds]
x86sk has joined #ruby
gix has quit [Ping timeout: 248 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
jenrzzz has joined #ruby
fphilipe has joined #ruby
Emmanuel_Chanel has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Emmanuel_Chanel has quit [Quit: Leaving]
Emmanuel_Chanel has joined #ruby
tdy has quit [Remote host closed the connection]
tdy has joined #ruby
AJA4350 has quit [Quit: AJA4350]
fphilipe has quit [Ping timeout: 272 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
ascarter has joined #ruby
`Alison has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
teardown has quit [Quit: leaving]
`Alison has joined #ruby
teardown has joined #ruby
<Iambchop> &>> a=3;b=5; a^=b^=a^=b; [a,b]
<rubydoc> # => [0, 3] (https://carc.in/#/r/7bav)
<Iambchop> &>> a=3;b=5; a=a^(b=b^(a=a^b)); [a,b]
<rubydoc> # => [0, 3] (https://carc.in/#/r/7baw)
<Iambchop> &>> a=3;b=5; a^=b;b^=a;a^=b; [a,b]
<rubydoc> # => [5, 3] (https://carc.in/#/r/7bax)
<Iambchop> rapha: ^
ramfjord has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
involans has joined #ruby
involans has quit [Client Quit]
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has joined #ruby
jenrzzz has joined #ruby
Swyper has quit [Remote host closed the connection]
bitwinery has joined #ruby
dviola has quit [Quit: WeeChat 2.5]
kent\n has quit [Ping timeout: 258 seconds]
<leftylink> oh, can probably figure this out by redefining the operator
kent\n has joined #ruby
<leftylink> actually, don't even need to redefine
<leftylink> just doing it with strings is enough to see why it doesn't work
<leftylink> &>> a = ?a; b = ?b; a += b += a += b
<rubydoc> # => "abab" (https://carc.in/#/r/7bct)
<leftylink> that makes it obvious why the ^= chain didn't work and also the minimum change needed to make it work
<leftylink> &>> a = 3; b = 5; b ^= a ^= b; a ^= b; [a, b]
<rubydoc> # => [5, 3] (https://carc.in/#/r/7bcu)
kent\n has quit [Ping timeout: 245 seconds]
kent\n has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 245 seconds]
ascarter has joined #ruby
megamos has quit [Ping timeout: 268 seconds]
fphilipe has joined #ruby
Frobozz has joined #ruby
hutch has joined #ruby
jokester has quit [Ping timeout: 258 seconds]
fphilipe has quit [Ping timeout: 246 seconds]
jokester has joined #ruby
howdoi has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
ropeney_ has quit [Read error: Connection reset by peer]
ropeney has joined #ruby
dviola has joined #ruby
donofrio__ has quit [Remote host closed the connection]
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe has joined #ruby
hiroaki has quit [Ping timeout: 272 seconds]
ascarter has quit [Remote host closed the connection]
donofrio has joined #ruby
_rubik has joined #ruby
matheusm1reira is now known as matheusmoreira
<_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.
<_rubik> Is it idiomatic to hard code the same test for each method? Or is there a better way to batch this?
fphilipe_ has joined #ruby
fphilipe has quit [Ping timeout: 252 seconds]
DaniG2k has joined #ruby
kyrylo has joined #ruby
dviola has quit [Quit: WeeChat 2.5]
kyrylo has quit [Client Quit]
elphe has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ur5us has quit [Remote host closed the connection]
Exuma has joined #ruby
ur5us has joined #ruby
ur5us has quit [Ping timeout: 245 seconds]
elphe has quit [Ping timeout: 245 seconds]
kyrylo has joined #ruby
kyrylo has quit [Client Quit]
elphe has joined #ruby
fphilipe_ has quit [Ping timeout: 248 seconds]
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schne1der has joined #ruby
kyrylo has joined #ruby
gix has joined #ruby
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kyrylo has joined #ruby
chalkmonster has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
kyrylo has quit [Ping timeout: 258 seconds]
x86sk has quit [Quit: Connection closed for inactivity]
fphilipe_ has joined #ruby
schne1der has quit [Ping timeout: 246 seconds]
jenrzzz has quit [Ping timeout: 258 seconds]
jenrzzz has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
gix has joined #ruby
gix- has quit [Ping timeout: 245 seconds]
gix- has joined #ruby
gix has quit [Disconnected by services]
ramfjord has joined #ruby
gix- has quit [Ping timeout: 272 seconds]
ellcs has joined #ruby
ramfjord has quit [Ping timeout: 245 seconds]
abaiste^ has joined #ruby
lxsameer has joined #ruby
DaniG2k has quit [Quit: leaving]
kyrylo has joined #ruby
kyrylo has quit [Ping timeout: 245 seconds]
tvl has joined #ruby
tvl is now known as tobiasvl
tolerablyjake has quit [Remote host closed the connection]
ryzokuken has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
a1ph4g33k has joined #ruby
aupadhye has joined #ruby
jenrzzz has joined #ruby
elphe has quit [Ping timeout: 268 seconds]
kyrylo has joined #ruby
deepreds1 has quit [Ping timeout: 248 seconds]
nowhereman has quit [Ping timeout: 258 seconds]
kyrylo has quit [Ping timeout: 268 seconds]
schne1der has joined #ruby
prestorium has joined #ruby
aupadhye has quit [Quit: Leaving]
suukim has joined #ruby
sylario has joined #ruby
kyrylo has joined #ruby
deepreds1 has joined #ruby
kyrylo has quit [Ping timeout: 245 seconds]
BH23 has joined #ruby
_rubik has quit [Ping timeout: 272 seconds]
ramfjord has joined #ruby
elphe has joined #ruby
ramfjord has quit [Ping timeout: 258 seconds]
kyrylo has joined #ruby
MuffinPimp has quit [Quit: Goodbye.]
kyrylo has quit [Ping timeout: 244 seconds]
TomyWork has joined #ruby
Azure has quit [Ping timeout: 244 seconds]
MuffinPimp has joined #ruby
Azure has joined #ruby
bruce_lee has joined #ruby
bruce_lee has quit [Changing host]
bruce_lee has joined #ruby
ramfjord has joined #ruby
Huck777 has quit [Ping timeout: 246 seconds]
queip has quit [Ping timeout: 246 seconds]
ramfjord has quit [Ping timeout: 246 seconds]
queip has joined #ruby
<Bish> is there "give me that hash without keyword :x" ?
<Bish> {a:1,b:2}.magic(:a) ⇒ {b:2}
suukim has quit [Quit: Konversation terminated!]
<voker57> .delete_if{|v| v == :a}
<voker57> also, it's key, not keyword
<voker57> .delete_if{|k, v| v == :a} *
<voker57> or just h.delete :a; h
ramfjord has joined #ruby
_Joes_ has joined #ruby
<leftylink> I guess if the hash doesn't have a name I'll also throw in `.tap { |h| h.delete(:a) }` as an option
ramfjord has quit [Ping timeout: 248 seconds]
bitwinery has quit [Quit: Leaving]
turt2live has quit [Write error: Connection reset by peer]
sepp2k has quit [Remote host closed the connection]
aecepoglu[m] has quit [Remote host closed the connection]
iotatron[m] has quit [Read error: Connection reset by peer]
Seance[m] has quit [Read error: Connection reset by peer]
abaiste^ has quit [Max SendQ exceeded]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
abaiste^ has joined #ruby
abaiste^ has quit [Excess Flood]
abaiste^ has joined #ruby
irdr has quit [Remote host closed the connection]
irdr has joined #ruby
hutch has quit [Ping timeout: 258 seconds]
sh7d has quit [Ping timeout: 245 seconds]
aecepoglu[m] has joined #ruby
ljarvis has joined #ruby
<Bish> voker57: leftylink, thanks weird that there is no "short" way to do it
Fr4n has quit [Ping timeout: 244 seconds]
sh7d has joined #ruby
kyrylo has joined #ruby
_Joes_ has quit [Ping timeout: 244 seconds]
kyrylo has quit [Client Quit]
<Bish> how do i clever percentage calculation? im tired of doing stupid nil NaN whatever checks
queip has quit [Ping timeout: 245 seconds]
<ytti> you may need to show example where you go wrong
<Bish> 1/0
<Bish> yeah i catch that and return 0
<Bish> then i get infinity.. catch that return 0
<ytti> 1/0.to_f
<Bish> then somehow that thing is nil things break
<ytti> &>> 1/0.to_f
<rubydoc> # => Infinity (https://carc.in/#/r/7bid)
<Bish> what a great function!
<Bish> such math!
<ytti> why would you return 0?
<Bish> why exactly did they do that in iso754
<Bish> ytti: because "infinity people clickedon that link
<Bish> doesn't make much sense, if there is none able to click
<ytti> then don't use zero divisor
<ytti> check for divisor first
<ytti> and return something domain appropriate
queip has joined #ruby
ljarvis has quit [Quit: WeeChat 2.4]
jenrzzz has quit [Ping timeout: 268 seconds]
turt2live has joined #ruby
iotatron[m] has joined #ruby
Seance[m] has joined #ruby
sepp2k has joined #ruby
cd has joined #ruby
AJA4350 has joined #ruby
megamos has joined #ruby
DaRock has joined #ruby
sezuan has left #ruby [#ruby]
jmcgnh has quit [Ping timeout: 245 seconds]
jmcgnh has joined #ruby
jenrzzz has joined #ruby
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
kapilp has joined #ruby
drnerdius has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 258 seconds]
shtirlic has quit [Quit: ZNC - http://znc.in]
shtirlic has joined #ruby
chromis has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
rshetty has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4351 is now known as AJA4350
kinbiko has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 244 seconds]
jinie has joined #ruby
tdy has quit [Ping timeout: 246 seconds]
cow[moo] has joined #ruby
sh7d has quit [Quit: meh]
sh7d has joined #ruby
someuser has joined #ruby
someuser has quit [Client Quit]
jenrzzz has joined #ruby
lucasb has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 272 seconds]
sh7d has quit [Ping timeout: 245 seconds]
stooj has quit [Ping timeout: 245 seconds]
stooj has joined #ruby
alem0lars has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
megamos has quit [Ping timeout: 248 seconds]
sh7d has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 258 seconds]
AJA4351 is now known as AJA4350
phage has quit [Ping timeout: 244 seconds]
manakanapa has quit [Quit: The Lounge - https://thelounge.chat]
asthasr has left #ruby ["Leaving"]
manakanapa has joined #ruby
alem0lars has quit [Read error: Connection reset by peer]
alem0lars has joined #ruby
sh7d has quit [Ping timeout: 268 seconds]
rshetty has quit [Remote host closed the connection]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cow[moo] has joined #ruby
sh7d has joined #ruby
jenrzzz has joined #ruby
yalue has joined #ruby
stryek has joined #ruby
kyrylo has joined #ruby
nakuku has joined #ruby
dbugger has joined #ruby
<nakuku> Guys. i have a problem. My ruby version is 2.5.3. Why Time.zone.now...DateTime::Infinity.new works well
<nakuku> But it does not the other way around
griffindy has joined #ruby
<nakuku> -DateTime::Infinity.new..Time.zone.now throws 'bad value for range'
sh7d has quit [Ping timeout: 268 seconds]
Huck777 has joined #ruby
sh7d has joined #ruby
Emmanuel_Chanel has joined #ruby
drnerdius has quit [Quit: Konversation terminated!]
nerdius has joined #ruby
Huck777 has quit [Remote host closed the connection]
Huck777 has joined #ruby
queip has quit [Ping timeout: 250 seconds]
nerdius has quit [Quit: Konversation terminated!]
drnerdius has joined #ruby
drnerdius has quit [Client Quit]
drnerdius has joined #ruby
drnerdius has quit [Client Quit]
drnerdius has joined #ruby
drnerdius has quit [Client Quit]
drnerdius has joined #ruby
queip has joined #ruby
nerdius has joined #ruby
nerdius has quit [Remote host closed the connection]
drnerdius has quit [Client Quit]
<nakuku> Okay i guess solved. I used -Date::Infinity instead of -DateTime::Infinity
nerdius has joined #ruby
Huck777 has quit [Ping timeout: 244 seconds]
nerdius has quit [Client Quit]
drnerdius has joined #ruby
codefriar has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
AJA4350 has quit [Ping timeout: 268 seconds]
drnerdius has quit [Client Quit]
drnerdius has joined #ruby
drnerdius has quit [Client Quit]
drnerdius has joined #ruby
involans has joined #ruby
AJA4350 has joined #ruby
dbugger has quit [Quit: Leaving]
sh7d has quit [Quit: meh]
sh7d has joined #ruby
<nakuku> Okay, nah. Still have a problem. I kinda need to make -DateTime::Infnity.now...Date.new work
<nakuku> It throws bad value for range
drnerdius has quit [Read error: No route to host]
nerdius has joined #ruby
queip has quit [Ping timeout: 258 seconds]
nerdius has quit [Client Quit]
drnerdius has joined #ruby
Rapture has joined #ruby
<adam12> &>> (-DateTime::Infinity.now...Date.new)
<rubydoc> stderr: -e:2:in `<main>': uninitialized constant DateTime (NameError) (https://carc.in/#/r/7bjr)
<adam12> &>> require "datetime"; (-DateTime::Infinity.now...Date.new)
<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)
<adam12> &>> require "date"; (-DateTime::Infinity.now...Date.new)
<rubydoc> stderr: -e:2:in `<main>': undefined method `now' for Date::Infinity:Class (NoMethodError) (https://carc.in/#/r/7bjt)
queip has joined #ruby
tdy has joined #ruby
drnerdius has quit [Quit: Konversation terminated!]
drnerdius has joined #ruby
<nakuku> Ah, sorry for my retardation.
drnerdius has quit [Client Quit]
<nakuku> Require 'date' and 'active_support' from rails
<nakuku> And try this example ((-DateTime::Infinity.new)..(DateTime.new))
drnerdius has joined #ruby
tdy has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
<nakuku> But i guess this is simply not the way it works and i will have to change my database implementation
<nakuku> and create two fields start_date / end_date
<nakuku> instead of daterange
ramfjord has joined #ruby
<adam12> Postgres?
<nakuku> yeah
stooj has quit [Ping timeout: 272 seconds]
stooj has joined #ruby
<adam12> nakuku: Instead of using infinity as a start date, could you just use something incredibly far back in time?
bmurt has joined #ruby
<nakuku> Wow, great idea actually. Will ask my leader if he is fine with it
<nakuku> Also i have found this https://github.com/rails/rails/issues/8178
drnerdius has quit [Read error: Connection reset by peer]
ascarter_ has joined #ruby
drnerdius has joined #ruby
<adam12> With Ruby 2.7 you get a startless range which might be OK?
<adam12> &>> (..Time.now)
<rubydoc> stderr: -e:2: syntax error, unexpected .. (https://carc.in/#/r/7bk0)
ramfjord has quit [Ping timeout: 248 seconds]
<nakuku> Nice, thanks for this. But i don't know i updating ruby is option in my case
<nakuku> but ill see how ActiveRecord will handle this
<nakuku> -DateTime::Infinity.new...DateTime.new(2001, 10, 10).to_i
<nakuku> DateTime inifity is supposed to work as a number
<nakuku> not a date
<nakuku> That's why it would not create a number...date range
<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
<adam12> Or, see if you can build it with SQL and use a constant provided by Postgres... maybe.
jenrzzz has joined #ruby
sh7d has quit [Ping timeout: 244 seconds]
<adam12> where("yourfield && daterange('infinity', ?)", end_date)
<adam12> Not even sure that would work. Just spitballing.
<nakuku> Hm, sure. That would be fine for querying
<nakuku> but i need to save it on attribute/return as attribute
<adam12> Ohh.
<nakuku> So user.validity = ...
sh7d has joined #ruby
<nakuku> But ill see how -DateTime::Infinity.new...DateTime.new(2001, 10, 10).to_i behaves
<nakuku> Ill ask leader about your idea
<nakuku> or simply change my user.validity to user.validity_start and user.validity_end
involans has quit [Quit: involans]
Tuor has joined #ruby
involans has joined #ruby
drnerdius has quit [Quit: Konversation terminated!]
drnerdius has joined #ruby
skelz0r has joined #ruby
easoncxz has joined #ruby
drnerdius has quit [Quit: Konversation terminated!]
bmurt has quit [Ping timeout: 276 seconds]
rshetty has joined #ruby
rshetty has quit [Remote host closed the connection]
rshetty has joined #ruby
nakuku has quit [Remote host closed the connection]
tdy has joined #ruby
_falsebay_ has joined #ruby
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AJA4350 has quit [Ping timeout: 248 seconds]
alem0lars has quit [Ping timeout: 244 seconds]
ramfjord has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
ramfjord has quit [Ping timeout: 272 seconds]
qba73 has joined #ruby
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
reber has joined #ruby
deepreds1 has quit [Ping timeout: 248 seconds]
Fr4n has joined #ruby
rshetty has quit [Ping timeout: 250 seconds]
skelz0r has quit [Quit: Lost terminal]
_falsebay_ has quit [Quit: Textual IRC Client: www.textualapp.com]
codefriar has quit [Ping timeout: 258 seconds]
bmurt has joined #ruby
Tuor has quit [Quit: Konversation terminated!]
jenrzzz has joined #ruby
sh7d has quit [Ping timeout: 258 seconds]
sh7d has joined #ruby
DaRock has quit [Ping timeout: 272 seconds]
ElFerna has joined #ruby
conta1 has joined #ruby
AJA4350 has joined #ruby
rippa has joined #ruby
suukim has joined #ruby
ElFerna has quit [Quit: ElFerna]
AJA4350 has quit [Ping timeout: 245 seconds]
ElFerna has joined #ruby
schne1der has quit [Ping timeout: 245 seconds]
BH23 has quit [Ping timeout: 268 seconds]
chalkmonster has quit [Quit: WeeChat 2.5]
jenrzzz has quit [Ping timeout: 258 seconds]
CCDelivery has joined #ruby
mozzarella has quit [Ping timeout: 246 seconds]
GodFather has joined #ruby
deathwishdave has joined #ruby
Technodrome has joined #ruby
GodFather_ has joined #ruby
prestorium has quit [Ping timeout: 246 seconds]
elphe has quit [Ping timeout: 248 seconds]
elphe has joined #ruby
megamos has joined #ruby
aesthe has joined #ruby
YOUR_NICK has joined #ruby
drincruz has joined #ruby
codefriar has joined #ruby
YOUR_NIC1 has joined #ruby
jenrzzz has joined #ruby
stooj has quit [Ping timeout: 248 seconds]
stooj has joined #ruby
ascarter_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elphe has quit [Quit: leaving]
aesthe has quit [Quit: Leaving]
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 272 seconds]
YOUR_NICK has quit [Quit: Lost terminal]
YOUR_NIC1 has quit [Quit: Lost terminal]
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
involans has quit [Quit: involans]
fphilipe_ has quit [Ping timeout: 268 seconds]
qba73 has quit [Ping timeout: 245 seconds]
fphilipe_ has joined #ruby
greengriminal has joined #ruby
Exuma has joined #ruby
fphilipe_ has quit [Ping timeout: 248 seconds]
oetjenj has joined #ruby
orbyt_ has joined #ruby
chalkmonster has joined #ruby
codefriar has quit [Remote host closed the connection]
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
codefriar has joined #ruby
kyrylo has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
fphilipe_ has joined #ruby
alem0lars has joined #ruby
alem0lars has quit [Max SendQ exceeded]
alem0lars has joined #ruby
ElFerna has quit [Quit: ElFerna]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ElFerna has joined #ruby
pwnd_nsfw has quit [Ping timeout: 272 seconds]
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe_ has quit [Ping timeout: 248 seconds]
mozzarella has joined #ruby
ElFerna has quit [Quit: ElFerna]
cisco has joined #ruby
ramfjord has joined #ruby
BTRE has quit [Remote host closed the connection]
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
faces has quit [Read error: Connection reset by peer]
faces has joined #ruby
AKPWD has left #ruby [#ruby]
oetjenj has joined #ruby
TomyWork has quit [Remote host closed the connection]
ropeney has quit [Quit: ZNC 1.7.4 - https://znc.in]
ropeney has joined #ruby
jenrzzz has joined #ruby
hiroaki has joined #ruby
hutch has joined #ruby
duderonomy has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lxsameer has quit [Ping timeout: 258 seconds]
stooj has quit [Ping timeout: 258 seconds]
stooj has joined #ruby
Exuma has joined #ruby
ellcs1 has joined #ruby
orbyt_ has joined #ruby
codefriar has quit [Remote host closed the connection]
wildtrees has joined #ruby
codefriar has joined #ruby
noark9 has joined #ruby
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #ruby
ellcs1 has quit [Ping timeout: 264 seconds]
cako has joined #ruby
SeepingN has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kinbiko has quit [Ping timeout: 272 seconds]
codefriar has quit [Remote host closed the connection]
megamos has quit [Remote host closed the connection]
wildtrees has quit [Remote host closed the connection]
involans has joined #ruby
orbyt_ has joined #ruby
codefriar has joined #ruby
tweeeaks has joined #ruby
wildtrees has joined #ruby
tweeeaks is now known as tweaks
marens has quit [Remote host closed the connection]
kith has quit [Ping timeout: 248 seconds]
jenrzzz has quit [Ping timeout: 272 seconds]
hutch has quit [Ping timeout: 248 seconds]
BTRE has joined #ruby
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
marens has joined #ruby
marens has quit [Changing host]
marens has joined #ruby
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
cliluw has joined #ruby
BTRE has quit [Read error: Connection reset by peer]
cisco has quit [Ping timeout: 268 seconds]
BTRE has joined #ruby
schne1der has joined #ruby
alem0lars has quit [Ping timeout: 244 seconds]
megamos has joined #ruby
noark9 has quit [Quit: noark9]
fphilipe_ has joined #ruby
jenrzzz has joined #ruby
fphilipe_ has quit [Ping timeout: 245 seconds]
megamos has quit [Remote host closed the connection]
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
megamos has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
Huck777 has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cow[moo] has quit [Read error: Connection reset by peer]
greengriminal has quit [Quit: This computer has gone to sleep]
gix has joined #ruby
chalkmonster has quit [Quit: WeeChat 2.5]
orbyt_ has joined #ruby
sameerynho has joined #ruby
Huck777 has quit [Remote host closed the connection]
Huck777 has joined #ruby
suukim has quit [Quit: Konversation terminated!]
deathwishdave has quit [Read error: Connection reset by peer]
greengriminal has joined #ruby
greengriminal has quit [Client Quit]
fuzzface has joined #ruby
x86sk has joined #ruby
orbyt_ has quit [Read error: Connection reset by peer]
Inline has joined #ruby
r29v has joined #ruby
jenrzzz has joined #ruby
ElFerna has joined #ruby
hiroaki has quit [Ping timeout: 245 seconds]
greengriminal has joined #ruby
orbyt_ has joined #ruby
dbugger has joined #ruby
hiroaki has joined #ruby
cako has quit [Ping timeout: 245 seconds]
wildtrees has quit [Remote host closed the connection]
megamos has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 258 seconds]
hiroaki has quit [Ping timeout: 268 seconds]
jenrzzz has joined #ruby
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
dbugger has quit [Quit: Leaving]
hiroaki has joined #ruby
ElFerna_ has joined #ruby
ElFerna has quit [Ping timeout: 268 seconds]
ElFerna_ is now known as ElFerna
ElFerna has quit [Quit: ElFerna]
conta1 has quit [Quit: conta1]
fphilipe_ has joined #ruby
fphilipe_ has quit [Ping timeout: 246 seconds]
ElFerna has joined #ruby
AJA4350 has joined #ruby
megamos has joined #ruby
orbyt_ has quit [Ping timeout: 246 seconds]
_Joes_ has joined #ruby
codefriar has quit [Ping timeout: 245 seconds]
fphilipe_ has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
fphilipe_ has quit [Ping timeout: 272 seconds]
wildtrees has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
yalue has quit [Quit: Leaving]
_Joes_ has quit [Ping timeout: 245 seconds]
CCDelivery has quit [Remote host closed the connection]
involans has quit [Quit: involans]
ur5us has joined #ruby
kapilp has quit [Quit: Connection closed for inactivity]
schne1der has quit [Ping timeout: 246 seconds]
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
llua has joined #ruby
<rapha> Iambchop: finally saw your examples from yesterday now! Okay, so it is not unlike C, just a bit different. Thank you :)
yokel has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
ElFerna_ has joined #ruby
yokel has joined #ruby
fuzzface has quit [Quit: Leaving]
ElFerna has quit [Ping timeout: 244 seconds]
ElFerna_ is now known as ElFerna
orbyt_ has joined #ruby
orbyt_ has quit [Read error: Connection reset by peer]
ElFerna_ has joined #ruby
ElFerna has quit [Ping timeout: 272 seconds]
ElFerna_ is now known as ElFerna
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
r29v has quit [Quit: r29v]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 272 seconds]
AJA4351 is now known as AJA4350
wildtrees has quit [Remote host closed the connection]
GodFather has quit [Ping timeout: 248 seconds]
GodFather_ has quit [Ping timeout: 244 seconds]
greengriminal has quit [Quit: This computer has gone to sleep]
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
GodFather_ has joined #ruby
GodFather has joined #ruby
griffindy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Francisco has joined #ruby
Fr4n has quit [Ping timeout: 272 seconds]
jinie has joined #ruby
orbyt_ has joined #ruby
greengriminal has joined #ruby
greengriminal has quit [Client Quit]
sameerynho has quit [Ping timeout: 272 seconds]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4351 is now known as AJA4350
hiroaki has quit [Ping timeout: 244 seconds]
r29v has joined #ruby
GodFather has quit [Ping timeout: 258 seconds]
GodFather_ has quit [Ping timeout: 245 seconds]
reber has quit [Remote host closed the connection]
cako has joined #ruby
ElFerna has quit [Ping timeout: 244 seconds]
fphilipe_ has joined #ruby
s3nd1v0g1us has joined #ruby
fphilipe_ has quit [Ping timeout: 245 seconds]
sylario has quit [Quit: Connection closed for inactivity]
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
s3nd1v0g1us has quit [Quit: WeeChat 2.4]
ramfjord has quit [Ping timeout: 268 seconds]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
ramfjord has joined #ruby
Swyper has joined #ruby
SeepingN has joined #ruby
megamos has quit [Ping timeout: 272 seconds]
GodFather_ has joined #ruby
GodFather has joined #ruby
cako has quit [Ping timeout: 245 seconds]
ntropix has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
ramfjord has quit [Ping timeout: 245 seconds]
Huck777 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gix has quit [Ping timeout: 268 seconds]
lucasb has quit [Quit: Connection closed for inactivity]
dviola has joined #ruby
gix has joined #ruby
drincruz has quit [Ping timeout: 244 seconds]
stryek has quit [Quit: Connection closed for inactivity]
cako has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
bitwinery has joined #ruby
jenrzzz has joined #ruby
bruce_lee has quit [Remote host closed the connection]
AJA4350 has quit [Ping timeout: 272 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]