havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.5, 2.5.7, 2.7.0-preview3: 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!
fphilipe has quit [Ping timeout: 276 seconds]
fig-le-deunch has joined #ruby
jenrzzz has joined #ruby
schne1der has quit [Ping timeout: 276 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
Jonopoly has joined #ruby
fphilipe has joined #ruby
mn3m has quit [Ping timeout: 250 seconds]
im0nde has quit [Ping timeout: 245 seconds]
im0nde has joined #ruby
bsdbandit-01 has joined #ruby
bluevinyl0x1 has quit [Ping timeout: 250 seconds]
jenrzzz has joined #ruby
Jonopoly has quit [Quit: WeeChat 2.5]
davispuh has quit [Remote host closed the connection]
davispuh has joined #ruby
lbrandon has joined #ruby
lbrandon has quit [Client Quit]
Jonopoly has joined #ruby
orbyt_ has joined #ruby
fphilipe has quit [Ping timeout: 276 seconds]
sarink has joined #ruby
sarink has quit [Remote host closed the connection]
drincruz has joined #ruby
MrCrackPotBob has joined #ruby
MrCrackPot has quit [Ping timeout: 240 seconds]
devops has joined #ruby
drincruz has quit [Ping timeout: 265 seconds]
MrCrackPotBob has quit [Ping timeout: 240 seconds]
lbrandon has joined #ruby
mokha has joined #ruby
bsdband98 has joined #ruby
bsdbandit-01 has quit [Ping timeout: 246 seconds]
fphilipe has joined #ruby
chalkmonster has quit [Quit: WeeChat 2.6]
chalkmonster has joined #ruby
DaRock has joined #ruby
xall has joined #ruby
<xall> I haven't heard this talked about but I was wondering if this is a thing: it seems like including default values adds some kind of expected type information to arguments
<xall> I've heard that Ruby is getting support for types similar to what Python is doing. But do people use default vals as a form of type info currently?
dasher00 has quit [Ping timeout: 250 seconds]
<xall> er rather params than arguments
<xall> I guess the more explicit question being: is it good practice to include default vals for most params because it adds info about the expected type?
jenrzzz has quit [Ping timeout: 276 seconds]
_whitelogger has joined #ruby
TiglatePileser has joined #ruby
TiglatePileser has left #ruby [#ruby]
cthulchu_ has joined #ruby
yokel has quit [Ping timeout: 265 seconds]
yokel has joined #ruby
xall has quit [Quit: xall]
fphilipe has quit [Ping timeout: 250 seconds]
wildtrees has quit [Quit: Leaving]
bsdband98 has quit [Ping timeout: 268 seconds]
jenrzzz has joined #ruby
bsdband91 has joined #ruby
skyikot has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
chalkmonster has quit [Remote host closed the connection]
drincruz has joined #ruby
Jonopoly has quit [Quit: WeeChat 2.5]
drincruz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
infer_ has joined #ruby
blobsson has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
tsujp has joined #ruby
fphilipe has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
<havenwood> Nope!
<havenwood> The type inference and annotations don't require default arguments.
lucasb has quit [Quit: Connection closed for inactivity]
ivanskie has joined #ruby
tsujp has quit [Quit: Textual IRC Client: www.textualapp.com]
howdoi has joined #ruby
fphilipe_ has joined #ruby
davispuh has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
fphilipe has quit [Ping timeout: 252 seconds]
ccooke has quit [Ping timeout: 240 seconds]
fphilipe_ has quit [Ping timeout: 276 seconds]
sergioro has quit [Quit: leaving]
infer_ has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 265 seconds]
jacksoow has quit [Ping timeout: 252 seconds]
fig-le-deunch has quit [Quit: Konversation terminated!]
cthu| has joined #ruby
cthu| has quit [Read error: Connection reset by peer]
cthu| has joined #ruby
cthu| has quit [Read error: Connection reset by peer]
cthu| has joined #ruby
cthulchu_ has quit [Ping timeout: 250 seconds]
duderonomy has joined #ruby
duderonomy has quit [Ping timeout: 240 seconds]
fphilipe_ has joined #ruby
johnny56_ has quit [Ping timeout: 240 seconds]
buckworst has joined #ruby
jenrzzz has joined #ruby
ivanskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
johnny56_ has joined #ruby
ivanskie has joined #ruby
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthu| has quit [Ping timeout: 250 seconds]
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
arekushi has joined #ruby
cthulchu_ has joined #ruby
buckworst has quit [Quit: WeeChat 2.3]
fphilipe_ has quit [Ping timeout: 276 seconds]
buckworst has joined #ruby
buckworst has quit [Client Quit]
jenrzzz has quit [Ping timeout: 276 seconds]
buckworst has joined #ruby
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #ruby
cthulchu has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
cthulchu_ has quit [Ping timeout: 245 seconds]
buckworst has quit [Quit: WeeChat 2.3]
buckworst has joined #ruby
jenrzzz has joined #ruby
sergioro has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
vondruch has quit [Ping timeout: 268 seconds]
ivanskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sarink has joined #ruby
fphilipe_ has joined #ruby
<AndroidKitKat> anyone here have experience with rack? I've joined #rack here on Freenode but i don't think there's much traffic there (not a problem) TL;DR I'm trying to add an image to webpage i'm trying to render.
<AndroidKitKat> Here's the code I've written: https://waifupaste.moe/raw/dMV.txt
<AndroidKitKat> where this is my html page: https://waifupaste.moe/raw/cW3.html and the image is in (proj_root)/app/assets/owo.png
sarink has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
dionysus69 has joined #ruby
dionysus69 has quit [Ping timeout: 276 seconds]
jenrzzz has quit [Ping timeout: 265 seconds]
ntsrth^ has quit [Read error: Connection reset by peer]
rippa has joined #ruby
tsujp has joined #ruby
skyikot has quit [Quit: skyikot]
fphilipe_ has quit [Ping timeout: 246 seconds]
vondruch has joined #ruby
ooheitooh has joined #ruby
chalkmonster has joined #ruby
_whitelogger has joined #ruby
buckworst has quit [Quit: WeeChat 2.3]
gix- has quit [Ping timeout: 240 seconds]
fphilipe_ has joined #ruby
vondruch has quit [Ping timeout: 252 seconds]
chalkmonster has quit [Quit: WeeChat 2.7]
Swyper has quit [Remote host closed the connection]
_phaul has joined #ruby
phaul has quit [Ping timeout: 246 seconds]
nowhereman has quit [Ping timeout: 240 seconds]
_phaul has quit [Ping timeout: 240 seconds]
tsujp has quit [Remote host closed the connection]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_phaul has joined #ruby
vondruch has joined #ruby
cthu| has joined #ruby
cthulchu has quit [Ping timeout: 245 seconds]
_whitelogger has joined #ruby
fphilipe_ has quit [Ping timeout: 246 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
mn3m has joined #ruby
Tikku has joined #ruby
Tikku has quit [Client Quit]
Nahra has joined #ruby
romanblanco has quit [Ping timeout: 268 seconds]
buckworst has joined #ruby
guest-28 has joined #ruby
_whitelogger has joined #ruby
fphilipe_ has joined #ruby
guest-28 has quit [Remote host closed the connection]
sergioro has quit [Quit: leaving]
<baweaver> havenwood: didn't Ruby have an unfold that was coming?
romanblanco has joined #ruby
conta has joined #ruby
cthulchu has joined #ruby
yann-kaelig has joined #ruby
cthu| has quit [Ping timeout: 245 seconds]
bluevinyl0x1 has joined #ruby
dasher00 has joined #ruby
gix has joined #ruby
conta has quit [Quit: conta]
fphilipe_ has quit [Ping timeout: 276 seconds]
sarink has joined #ruby
jenrzzz has joined #ruby
sarink has quit [Ping timeout: 250 seconds]
zapata has quit [Read error: Connection reset by peer]
zapata has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
cthulchu_ has joined #ruby
cthulchu has quit [Ping timeout: 245 seconds]
cthu| has joined #ruby
schne1der has joined #ruby
cthulchu_ has quit [Ping timeout: 250 seconds]
fphilipe_ has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
tsrt^ has joined #ruby
cthulchu has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
cthu| has quit [Ping timeout: 250 seconds]
cthulchu_ has joined #ruby
cthulchu has quit [Ping timeout: 250 seconds]
cthu| has joined #ruby
fphilipe_ has quit [Ping timeout: 252 seconds]
cthulchu_ has quit [Ping timeout: 250 seconds]
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthu| has quit [Ping timeout: 250 seconds]
cthulchu_ has joined #ruby
bvdw has quit [Read error: Connection reset by peer]
davor has quit [Ping timeout: 268 seconds]
bvdw has joined #ruby
jenrzzz has joined #ruby
davor has joined #ruby
Fernando-Basso has joined #ruby
rippa has quit [Read error: Connection reset by peer]
schne1der has quit [Ping timeout: 265 seconds]
dionysus69 has joined #ruby
conta has joined #ruby
dionysus69 has quit [Remote host closed the connection]
nippysaurus has joined #ruby
ccooke has joined #ruby
romanblanco has quit [Ping timeout: 268 seconds]
jenrzzz has quit [Ping timeout: 265 seconds]
romanblanco has joined #ruby
nippysaurus has quit [Quit: leaving]
DTZUZO has quit [Ping timeout: 250 seconds]
fphilipe_ has joined #ruby
zapata has quit [Ping timeout: 246 seconds]
yann-kaelig has quit [Quit: yann-kaelig]
yann-kaelig has joined #ruby
cthulchu has joined #ruby
conta1 has joined #ruby
conta has quit [Ping timeout: 246 seconds]
conta1 is now known as conta
cthulchu_ has quit [Ping timeout: 245 seconds]
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
sauvin has quit [Ping timeout: 250 seconds]
fanta1 has joined #ruby
sauvin has joined #ruby
jenrzzz has joined #ruby
mn3m has quit [Quit: mn3m]
fphilipe_ has quit [Ping timeout: 276 seconds]
fphilipe_ has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
KeyJoo has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
sarink has joined #ruby
sarink has quit [Ping timeout: 245 seconds]
romanblanco has quit [Ping timeout: 276 seconds]
lucasb has joined #ruby
Ai9zO5AP has joined #ruby
KeyJoo has quit [Quit: KeyJoo]
romanblanco has joined #ruby
dasher00 has quit [Quit: GTFO]
jenrzzz has joined #ruby
zapata has joined #ruby
fanta1 has quit [Quit: fanta1]
buckworst has quit [Quit: WeeChat 2.3]
normanrockwell has joined #ruby
rippa has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
<havenwood> baweaver: Enumerator.produce is pretty close. I would like an unfold too though.
<havenwood> Enumerator.produce([0, 1]) { |a, b| [b, a + b] }.lazy.map(&:first).first(8)
<havenwood> #=> [0, 1, 1, 2, 3, 5, 8, 13]
jenrzzz has joined #ruby
<havenwood> &>> def Enumerator.unfold(next_pair); Enumerator.new(Float::INFINITY) { |yielder| loop { value, next_pair = yield next_pair; yielder << value } } end; Enumerator.unfold([0, 1]) { |a, b| [a, [b, a + b]] }.first(8)
<rubydoc> # => [0, 1, 1, 2, 3, 5, 8, 13] (https://carc.in/#/r/879g)
cthulchu_ has joined #ruby
suukim has joined #ruby
cthulchu has quit [Ping timeout: 245 seconds]
cthulchu has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
jenrzzz has quit [Ping timeout: 250 seconds]
cthulchu_ has quit [Ping timeout: 245 seconds]
davispuh has joined #ruby
Fernando-Basso has quit [Quit: Leaving]
romanblanco has quit [Ping timeout: 250 seconds]
gearnode1 is now known as gearnode
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthulchu has quit [Ping timeout: 245 seconds]
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
Swyper has joined #ruby
gix has quit [Quit: Client exiting]
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
gix has joined #ruby
al2o3-cr has quit [Remote host closed the connection]
drincruz has joined #ruby
davispuh has quit [Ping timeout: 265 seconds]
davispuh has joined #ruby
davispuh has quit [Ping timeout: 252 seconds]
davispuh has joined #ruby
dviola has quit [Quit: WeeChat 2.7]
davispuh has quit [Ping timeout: 276 seconds]
cthulchu has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
drincruz has quit [Ping timeout: 268 seconds]
cthulchu has joined #ruby
cthu| has joined #ruby
cthulchu_ has quit [Ping timeout: 245 seconds]
schne1der has joined #ruby
cthulchu has quit [Ping timeout: 250 seconds]
ellcs has joined #ruby
RiPuk_ has joined #ruby
RiPuk has quit [Read error: Connection reset by peer]
hiroaki has quit [Ping timeout: 265 seconds]
davispuh has joined #ruby
lucasb has quit [Quit: Connection closed for inactivity]
davispuh has quit [Ping timeout: 240 seconds]
davispuh has joined #ruby
nixy37 has quit [Quit: The Lounge - https://thelounge.chat]
nixy37 has joined #ruby
davispuh has quit [Ping timeout: 265 seconds]
romanblanco has joined #ruby
cthulchu_ has joined #ruby
solars has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
davispuh has joined #ruby
cthulchu_ has joined #ruby
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthu| has quit [Ping timeout: 250 seconds]
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
davispuh has quit [Ping timeout: 265 seconds]
davispuhh has joined #ruby
DTZUZO has joined #ruby
cthulchu_ has joined #ruby
davispuhh has quit [Ping timeout: 265 seconds]
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthulchu has quit [Ping timeout: 276 seconds]
davispuh has joined #ruby
davispuh has quit [Ping timeout: 240 seconds]
davispuh has joined #ruby
cthu| has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
cthulchu_ has quit [Ping timeout: 252 seconds]
davispuh has quit [Ping timeout: 265 seconds]
cthulchu has joined #ruby
mjsir911 has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
cthu| has quit [Ping timeout: 245 seconds]
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
cthulchu_ has joined #ruby
conta has quit [Quit: conta]
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
cthu| has joined #ruby
cthulchu has quit [Ping timeout: 245 seconds]
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #ruby
cthulchu_ has quit [Ping timeout: 245 seconds]
cthulchu_ has joined #ruby
freedom has joined #ruby
romanblanco has quit [Ping timeout: 240 seconds]
freedom has quit [Remote host closed the connection]
cthulchu has joined #ruby
cthu| has quit [Ping timeout: 265 seconds]
al2o3-cr has joined #ruby
cthulchu_ has quit [Ping timeout: 245 seconds]
romanblanco has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
sarink has joined #ruby
romanblanco has quit [Ping timeout: 240 seconds]
THE_GFR|WORK has joined #ruby
<THE_GFR|WORK> hey everyone
<THE_GFR|WORK> have an app in Ruby/Ruby On Rails not currently running and I'm not the dev. I don't actually know how to get the app up and running again. I tried pointing passenger to the correct folder where the app is installed but it didn't work so I am not really sure. Any ideas?
sarink has quit [Remote host closed the connection]
cthulchu has quit [Ping timeout: 250 seconds]
romanblanco has joined #ruby
romanblanco has quit [Ping timeout: 252 seconds]
bsdbandit-01 has joined #ruby
bsdband91 has quit [Ping timeout: 240 seconds]
<THE_GFR|WORK> thanks everyone I had a router problem and didn't know it.
THE_GFR|WORK has left #ruby [#ruby]
sarink has joined #ruby
DaRock has quit [Ping timeout: 268 seconds]
bsdband40 has joined #ruby
bsdbandit-01 has quit [Ping timeout: 268 seconds]
jmcgnh has quit [Read error: Connection reset by peer]
romanblanco has joined #ruby
lbrandon has quit [Read error: Connection reset by peer]
jmcgnh has joined #ruby
romanblanco has quit [Ping timeout: 276 seconds]
sarink has quit [Remote host closed the connection]
yann-kaelig has quit [Quit: yann-kaelig]
jmcgnh has quit [Ping timeout: 240 seconds]
Fernando-Basso has joined #ruby
My_Hearing has joined #ruby
My_Hearing has quit [Client Quit]
nius is now known as Sof
Sof is now known as SoF
jmcgnh has joined #ruby
sarink has joined #ruby
bsdbandit-01 has joined #ruby
bsdband40 has quit [Ping timeout: 246 seconds]
bsdbandit-01 has quit [Read error: Connection reset by peer]
sarink has quit [Ping timeout: 276 seconds]
sarink has joined #ruby
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
bsdband71 has joined #ruby
jinie has joined #ruby
romanblanco has joined #ruby
jinie_ has joined #ruby
jinie has quit [Ping timeout: 276 seconds]
jinie_ is now known as jinie
orbyt_ has joined #ruby
bsdbandit-01 has joined #ruby
bsdband71 has quit [Ping timeout: 265 seconds]
drincruz has joined #ruby
suukim has quit [Quit: Konversation terminated!]
ur5us has joined #ruby
TomyLobo has joined #ruby
jmcgnh has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Ping timeout: 252 seconds]
bsdband3 has joined #ruby
jmcgnh has joined #ruby
dionysus69 has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
ellcs has quit [Ping timeout: 245 seconds]
ellcs has joined #ruby
Nahra has quit [Ping timeout: 265 seconds]
sergioro has joined #ruby
phaul has joined #ruby
_phaul has quit [Ping timeout: 240 seconds]
drincruz has quit [Ping timeout: 250 seconds]
phaul has quit [Ping timeout: 276 seconds]
phaul has joined #ruby
Nahra has joined #ruby
phaul has quit [Ping timeout: 265 seconds]
phaul has joined #ruby
Nanuq has quit [Ping timeout: 245 seconds]
phaul has quit [Ping timeout: 240 seconds]
phaul has joined #ruby
phaul has quit [Ping timeout: 250 seconds]
sarink has quit [Remote host closed the connection]
Nanuq has joined #ruby
phaul has joined #ruby
Fusl has quit [Max SendQ exceeded]
Fusl has joined #ruby
phaul has quit [Ping timeout: 268 seconds]
schne1der has quit [Ping timeout: 250 seconds]
phaul has joined #ruby
houhoulis has joined #ruby
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
phaul has quit [Ping timeout: 240 seconds]
Fernando-Basso has quit [Quit: Leaving]
phaul has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
bsdbandit-01 has joined #ruby
bsdband3 has quit [Ping timeout: 268 seconds]
johnny56 has joined #ruby
phaul has quit [Ping timeout: 265 seconds]
johnny56_ has quit [Ping timeout: 240 seconds]
phaul has joined #ruby
phaul has quit [Ping timeout: 240 seconds]
dionysus69 has quit [Ping timeout: 265 seconds]
Fusl has quit [Max SendQ exceeded]
phaul has joined #ruby
Fusl has joined #ruby
ellcs has quit [Ping timeout: 245 seconds]
Fusl has quit [Max SendQ exceeded]
Fusl has joined #ruby
bsdbandit-01 has quit [Ping timeout: 265 seconds]
Fusl has quit [Max SendQ exceeded]
bsdband34 has joined #ruby
Fusl has joined #ruby
Fusl has quit [Max SendQ exceeded]
phaul has quit [Ping timeout: 250 seconds]
Fusl has joined #ruby
Fusl has quit [Max SendQ exceeded]
Fusl has joined #ruby
Fusl has quit [Max SendQ exceeded]
phaul has joined #ruby
Fusl has joined #ruby
Fusl has quit [Max SendQ exceeded]
Fusl has joined #ruby
Fusl has quit [Max SendQ exceeded]
Fusl has joined #ruby
Fusl has quit [Max SendQ exceeded]
phaul has quit [Ping timeout: 240 seconds]
Fusl has joined #ruby
Fusl has quit [Max SendQ exceeded]
ellcs has joined #ruby
Fusl has joined #ruby
phaul has joined #ruby
Nanuq has quit [Quit: .]
jinie has joined #ruby
phaul has quit [Ping timeout: 240 seconds]
jhass has quit [Quit: Bye]
phaul has joined #ruby
Nanuq has joined #ruby
jhass has joined #ruby
phaul has quit [Ping timeout: 268 seconds]
sarink has joined #ruby
TCZ has joined #ruby
phaul has joined #ruby
phaul has quit [Ping timeout: 240 seconds]
phaul has joined #ruby
chunkypuffs has quit [Quit: ZNC 1.7.1 - https://znc.in]
donofrio has joined #ruby
phaul has quit [Ping timeout: 268 seconds]
phaul has joined #ruby
phaul has quit [Ping timeout: 276 seconds]
phaul has joined #ruby
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
phaul has quit [Ping timeout: 252 seconds]
buckworst has joined #ruby
phaul has joined #ruby
TCZ has quit [Quit: Bye Bye]
nippysaurus has joined #ruby
ur5us has quit [Ping timeout: 250 seconds]
GodFather has quit [Ping timeout: 276 seconds]
phaul has quit [Ping timeout: 252 seconds]
nippysaurus has left #ruby [#ruby]
phaul has joined #ruby
jinie has joined #ruby
buckworst has quit [Remote host closed the connection]
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #ruby
davispuh has joined #ruby
GodFather has joined #ruby
sarink has quit [Remote host closed the connection]
sarink has joined #ruby
buckworst has joined #ruby
ur5us has joined #ruby
_whitelogger has joined #ruby
mroutis has joined #ruby
vondruch has quit [Ping timeout: 268 seconds]
sarink has quit [Remote host closed the connection]
howdoi has joined #ruby
sarink has joined #ruby
chunkypuffs has joined #ruby