havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.2, 2.5.5, 2.4.6: 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!
nwradio878887987 has joined #ruby
DmitryBochkarev_ has quit [Ping timeout: 252 seconds]
evdubs has quit [Remote host closed the connection]
evdubs has joined #ruby
ramfjord has quit [Ping timeout: 252 seconds]
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
ramfjord has joined #ruby
d10n-work has quit [Quit: Connection closed for inactivity]
lucasb has quit [Quit: Connection closed for inactivity]
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tempesta has quit [Remote host closed the connection]
zachk has quit [Read error: Connection reset by peer]
zachk has joined #ruby
zachk has quit [Client Quit]
orbyt_ has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
ramfjord has quit [Ping timeout: 264 seconds]
also_uplime has quit [Remote host closed the connection]
mangold has joined #ruby
also_uplime has joined #ruby
<leftylink> another possibility might be fdiv.
SeepingN has quit [Quit: The system is going down for reboot NOW!]
ur5us has quit [Remote host closed the connection]
<leftylink> that's too bad. I waned to see if it was possible to define a custom operator, then you could `refine`/`using` in something like `1 // 3`, but I do not think that is possible, if I believe https://stackoverflow.com/questions/11874579/define-custom-ruby-operator
ur5us has joined #ruby
<IGnorAND> http://rubymoney.github.io/money/ Why would one use money-rails instead of plain money? I can't see why rails would need more than just money
rafadc has quit [Ping timeout: 252 seconds]
bambanx has quit [Ping timeout: 264 seconds]
hightower2 has quit [Ping timeout: 268 seconds]
troulouliou_div2 has quit [Ping timeout: 264 seconds]
Fernando-Basso has quit [Remote host closed the connection]
rafadc has joined #ruby
skryking_ has quit [Quit: Leaving]
bambanx has joined #ruby
dsmythe has quit [Read error: Connection reset by peer]
dsmythe has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 250 seconds]
nadir has quit [Quit: Connection closed for inactivity]
renich has quit [Ping timeout: 252 seconds]
cagomez has joined #ruby
dennis2 has joined #ruby
dennis2 has quit [Client Quit]
ramfjord has joined #ruby
DmitryBochkarev_ has joined #ruby
code_zombie has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
kyrylo has joined #ruby
kyrylo has quit [Ping timeout: 250 seconds]
also_uplime has quit [Remote host closed the connection]
dsmythe has quit [Ping timeout: 252 seconds]
lord4163 has quit [Ping timeout: 246 seconds]
<leftylink> don't wanna spoil the surprise... I can refine in &>> right... let's see
<leftylink> &>> module HelloString refine String do def hello; "hello #{self}" end end end; using HelloString; p ?a.hello
<rubydoc> # => "hello a" (https://carc.in/#/r/6plc)
<leftylink> okay we can refine
<leftylink> so then
<leftylink> if you want to abuse syntax and make /~ *look* like a floating point division operator (which the code does not actually make it do), and in the process remove your ability to bit-flip an integer, then have I got just your ticket.
<leftylink> &>> module LolDiv refine Integer do def ~; to_f end end end; using LolDiv; p 1 /~ 3
<rubydoc> # => 0.3333333333333333 (https://carc.in/#/r/6pld)
* leftylink pounds table in laughter
ramfjord has joined #ruby
lord4163 has joined #ruby
<leftylink> can shorten with alias?
<leftylink> yes, can shorten with alias
<leftylink> &>> module LolDiv refine Integer do alias :~ :to_f end end; using LolDiv; p 2 /~ 7
<rubydoc> # => 0.2857142857142857 (https://carc.in/#/r/6ple)
<leftylink> ... a 1 byte savings
<leftylink> it also expends extra time for me too since how to use alias isn't in my working memory
<leftylink> so I have to figure it out
ramfjord has quit [Ping timeout: 268 seconds]
DmitryBochkarev_ has quit [Ping timeout: 255 seconds]
nwradio878887987 has quit [Quit: The Lounge - https://thelounge.chat]
nwradio878887987 has joined #ruby
nwradio878887987 has quit [Client Quit]
fluxAeon has joined #ruby
lord4163 has quit [Ping timeout: 250 seconds]
nwradio878887987 has joined #ruby
SuperL4g_ has joined #ruby
Sup3rLurk has joined #ruby
lord4163 has joined #ruby
SuperL4g has quit [Ping timeout: 250 seconds]
SuperLag has quit [Ping timeout: 250 seconds]
i1nfusion has quit [Remote host closed the connection]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
i1nfusion has joined #ruby
SuperLag has joined #ruby
also_uplime has joined #ruby
Sup3rLurk has quit [Ping timeout: 252 seconds]
AndroidKK has joined #ruby
braincrash has quit [Quit: bye bye]
DmitryBochkarev_ has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
braincrash has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Ping timeout: 252 seconds]
cthulchu_ has quit [Ping timeout: 255 seconds]
bokwoon has joined #ruby
bokwoon has quit [Read error: No route to host]
bokwoon has joined #ruby
cagomez has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 268 seconds]
blaguvest has quit [Remote host closed the connection]
blaguvest has joined #ruby
Swyper has joined #ruby
brool has quit [Ping timeout: 240 seconds]
ur5us has quit []
maryo has quit [Quit: Leaving]
dsmythe has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
Swyper has quit [Remote host closed the connection]
DmitryBochkarev_ has quit [Ping timeout: 255 seconds]
Swyper has joined #ruby
bokwoon has quit [Read error: Connection reset by peer]
fishcooker has joined #ruby
gix- has quit [Ping timeout: 240 seconds]
UnknownSoldier has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
kapil____ has joined #ruby
dsmythe has quit [Ping timeout: 250 seconds]
Tempesta has joined #ruby
bambanx has quit [Read error: Connection reset by peer]
bokwoon has joined #ruby
dsmythe has joined #ruby
bokwoon has quit [Quit: WeeChat 2.5-dev]
dinfuehr has quit [Ping timeout: 250 seconds]
dinfuehr has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
imadper is now known as iMadper|Working
jenrzzz has joined #ruby
pwnd_nsfw has joined #ruby
Swyper has quit [Remote host closed the connection]
Fira has joined #ruby
fishcooker has quit [Quit: Leaving.]
blaguvest has quit [Remote host closed the connection]
mangold has joined #ruby
conta has joined #ruby
iMadper|` has joined #ruby
iMadper|` is now known as iMadper|Working`
iMadper|Working` is now known as iMadper|Work
sidx64 has joined #ruby
iMadper|Working has quit [Ping timeout: 245 seconds]
nwradio878887987 has quit [Quit: The Lounge - https://thelounge.chat]
DmitryBochkarev_ has joined #ruby
UnknownSoldier has quit [Remote host closed the connection]
code_zombie has quit [Quit: Leaving]
also_uplime has quit [Ping timeout: 246 seconds]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
ramfjord has joined #ruby
Inline has quit [Quit: Leaving]
fishcooker has joined #ruby
iMadper|Work is now known as iMadper|WellDone
Krebsgewehr has joined #ruby
Mia has joined #ruby
Swyper has joined #ruby
jcarl43 has quit [Quit: WeeChat 2.4]
iMadper|WellDone is now known as iMadper|SlackOff
dar123 has joined #ruby
andikr has joined #ruby
sidx64_ has joined #ruby
duderonomy has joined #ruby
sidx64 has quit [Ping timeout: 252 seconds]
clemens3_ has joined #ruby
clemens3_ has quit [Ping timeout: 252 seconds]
sidx64_ has quit [Ping timeout: 268 seconds]
schleppel has joined #ruby
vondruch has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
houhoulis has quit [Remote host closed the connection]
Krebsgewehr has quit [Read error: Connection reset by peer]
Fira has quit [Read error: Connection reset by peer]
Fira has joined #ruby
evdubs has quit [Remote host closed the connection]
evdubs has joined #ruby
dsmythe has quit [Read error: Connection reset by peer]
JayDoubleu has quit [Read error: Connection reset by peer]
khalella_ has quit [Read error: Connection reset by peer]
mattwc has quit [Read error: Connection reset by peer]
pwillard has quit [Write error: Connection reset by peer]
dsmythe has joined #ruby
justache has quit [Write error: Connection reset by peer]
Mutsuhito has quit [Read error: Connection reset by peer]
coffeejunk has quit [Read error: Connection reset by peer]
mattwc has joined #ruby
JayDoubleu has joined #ruby
pwillard has joined #ruby
waheedi has joined #ruby
waheedi has quit [Client Quit]
khalella_ has joined #ruby
coffeejunk has joined #ruby
tjbp has quit [Remote host closed the connection]
Mutsuhito has joined #ruby
justache has joined #ruby
tjbp has joined #ruby
clemens3_ has joined #ruby
TomyWork has joined #ruby
teclator_ has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #ruby
ferr has joined #ruby
sidx64 has joined #ruby
prestorium has joined #ruby
duderonomy has joined #ruby
teclator_ has quit [Ping timeout: 264 seconds]
duderonomy has quit [Client Quit]
lxsameer has joined #ruby
n13z has joined #ruby
hightower2 has joined #ruby
ogurk has joined #ruby
bokwoon has joined #ruby
aupadhye has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dellavg_ has joined #ruby
marmotini_ has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
duderonomy has joined #ruby
jenrzzz has quit [Ping timeout: 250 seconds]
duderonomy has quit [Client Quit]
jenrzzz has joined #ruby
andikr has quit [Ping timeout: 252 seconds]
Swyper has quit [Remote host closed the connection]
teclator_ has joined #ruby
duderonomy has joined #ruby
andikr has joined #ruby
hightower2 has quit [Changing host]
hightower2 has joined #ruby
renich has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
am0123 has joined #ruby
waheedi has joined #ruby
Swyper has joined #ruby
marmotini has joined #ruby
teclator_ is now known as teclator_home
teclator has quit [Disconnected by services]
teclator_home is now known as teclator
teclator_ has joined #ruby
meinside has joined #ruby
marmotini_ has quit [Ping timeout: 264 seconds]
Swyper has quit [Remote host closed the connection]
kyrylo has joined #ruby
postmodern has quit [Quit: Leaving]
kyrylo_ has joined #ruby
KeyJoo has joined #ruby
kyrylo has quit [Ping timeout: 255 seconds]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
marmotini_ has joined #ruby
DTZUZO has quit [Ping timeout: 246 seconds]
marmotini has quit [Ping timeout: 246 seconds]
Ai9zO5AP has joined #ruby
daqing has joined #ruby
daqing has quit [Client Quit]
dsmythe has quit [Ping timeout: 255 seconds]
Ltem has joined #ruby
cd has quit [Quit: cd]
dsmythe has joined #ruby
sidx64 has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andikr has quit [Ping timeout: 252 seconds]
sidx64 has joined #ruby
andikr has joined #ruby
troulouliou_div2 has joined #ruby
jenrzzz has joined #ruby
nnielsen has joined #ruby
conta has quit [Ping timeout: 252 seconds]
marmotini has joined #ruby
conta has joined #ruby
marmotini_ has quit [Ping timeout: 264 seconds]
conta has quit [Ping timeout: 264 seconds]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
am0123 has quit [Remote host closed the connection]
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
am0123 has joined #ruby
sidx64 has joined #ruby
am0123 has quit [Ping timeout: 252 seconds]
Ltem has quit [Quit: Leaving]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #ruby
marmotini_ has joined #ruby
troulouliou_div2 has quit [Remote host closed the connection]
marmotini has quit [Ping timeout: 250 seconds]
dinfuehr has quit [Quit: ZNC 1.6.6+deb1ubuntu0.1 - http://znc.in]
dinfuehr has joined #ruby
Dbugger has joined #ruby
conta has joined #ruby
fishcooker has quit [Remote host closed the connection]
yorickpeterse has joined #ruby
mangold has joined #ruby
yorickpeterse has quit [Client Quit]
anjen has joined #ruby
<anjen> This isn't specially a "ruby" quesityon but a more general question to ruby users who manage promotional emails in their work. For the unsubscribe link, do you manually manage the unsubscriptions (ie, link is a mailto request for unsubscribe to admin) or handle them automatically via a controller?
<anjen> <<email proomo virgin here
<rbasak> I'm not a Ruby dev, but on the Internet generally, not having an automatic unsubscribe link is generally seen as abusive. If you can manage to automatically send bulk email, you can manage to automatically handle unsubscriptions. Anything else is seen as deliberately making it difficult for people to unsubscribe.
<anjen> rbasak: That's what I'd think as well, but since I'm new to this aspect, and (admittedly) I'm not the "sharpest tack" when it comes to security, I'm a little concerned about security
<anjen> in any case, thanks for the reply rbasak. I'll ask our host provider for advise on how to implement a secure response from outside a logged in entity.
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
<mnemon> anjen: subscriber specific unsubscribe link with api key in it usually for me
tdy has quit [Ping timeout: 250 seconds]
AJA4350 has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<anjen> mnemon: thanks. I'll look into that.
anjen has quit [Quit: anjen]
sidx64 has joined #ruby
sidx64 has quit [Client Quit]
Tuor has joined #ruby
mikeiniowa has joined #ruby
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
jinie has joined #ruby
ldnunes has joined #ruby
sidx64 has joined #ruby
sidx64 has quit [Client Quit]
wolfshappen has quit [Ping timeout: 264 seconds]
wolfshappen has joined #ruby
doodlebug has quit [Quit: -a- Connection Timed Out]
doodlebug has joined #ruby
sidx64 has joined #ruby
<IGnorAND> @leftylink I decided to use money so I don't have integers anymore :)
<IGnorAND> &>> puts "test"
<rubydoc> # => test (https://carc.in/#/r/6pne)
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<bougyman> hrm.
<bougyman> How can I make an object output the way pry makes it output?
<bougyman> I mean, I thought that was just pp, but it's not.
<phaul> afaik it's internal implementation in pry using syntax highlight. you could get something similar in capabilites with awesome_print, but that again would also be different
<bougyman> aha. #pretty_inspect
<phaul> that's again different
sidx64 has joined #ruby
<bougyman> sure, but it's close enough. It's waht I was looking for.
<bougyman> Thanks.
InfinityFye has joined #ruby
InfinityFye has left #ruby [#ruby]
i1nfusion has quit [Remote host closed the connection]
bhaak has quit [Ping timeout: 255 seconds]
i1nfusion has joined #ruby
conta has quit [Ping timeout: 250 seconds]
Cthulu201 has quit [Quit: Nowhere special. I always wanted to go there.]
Fira_ has joined #ruby
nnielsen has quit [Read error: No route to host]
Fira_ has quit [Read error: Connection reset by peer]
nnielsen has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
Fira has quit [Ping timeout: 252 seconds]
waheedi has quit [Quit: waheedi]
marmotini has joined #ruby
nnielsen has quit [Read error: No route to host]
AndroidKK has quit [Remote host closed the connection]
nnielsen has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Psy-Q has quit [Ping timeout: 245 seconds]
booboy_ has quit [Quit: ZNC - https://znc.in]
booboy has joined #ruby
jmcgnh has quit [Remote host closed the connection]
marmotini_ has quit [Ping timeout: 252 seconds]
AndroidKK has joined #ruby
AndroidKK has quit [Client Quit]
AndroidKK has joined #ruby
Cthulu201 has joined #ruby
Psy-Q has joined #ruby
marmotini_ has joined #ruby
jmcgnh has joined #ruby
AndroidKitKat has quit [Quit: バイバイ〜!]
AndroidKK has quit [Client Quit]
marmotini has quit [Ping timeout: 252 seconds]
AndroidKitKat has joined #ruby
ogurk has quit [Quit: Leaving]
ogurk has joined #ruby
ogurk has quit [Remote host closed the connection]
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jcalla has joined #ruby
Inline has joined #ruby
Rapture has joined #ruby
dsmythe has quit [Read error: Connection reset by peer]
dsmythe has joined #ruby
regedit has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
iNs has quit [Remote host closed the connection]
iNs has joined #ruby
trayd has joined #ruby
pupsikov has joined #ruby
mondz has joined #ruby
cisco has joined #ruby
Swyper has joined #ruby
conta has joined #ruby
lucasb has joined #ruby
Swyper has quit [Remote host closed the connection]
crankharder has quit [Ping timeout: 255 seconds]
Tuor has quit [Quit: Konversation terminated!]
Swyper has joined #ruby
ech0s7 has joined #ruby
<ech0s7> I'm developing a gem, I have developed the library in the lib folder. The root folder has these three folder: lib, bin, test. I would like to import the gem/lib from the bin folder
<ech0s7> How can I do that ?
UnknownSoldier has joined #ruby
DTZUZO has joined #ruby
akem__ has joined #ruby
akem has quit [Ping timeout: 246 seconds]
trayd has quit [Quit: WeeChat 2.4]
mangold has joined #ruby
akem__ has quit [Ping timeout: 252 seconds]
ech0s7 has quit [Quit: Page closed]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
doodlebug has quit [Read error: Connection reset by peer]
krawchyk has joined #ruby
doodlebug has joined #ruby
Swyper has quit [Ping timeout: 252 seconds]
cthulchu_ has joined #ruby
iNs has quit [Remote host closed the connection]
iNs has joined #ruby
dar123 has joined #ruby
Swyper has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
d10n-work has joined #ruby
aupadhye has quit [Ping timeout: 246 seconds]
Wolland has joined #ruby
Wolland has quit [Quit: Mutter: www.mutterirc.com]
rippa has joined #ruby
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
nowhereman has joined #ruby
Azure has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
bokwoon has quit [Ping timeout: 252 seconds]
Nicmavr has joined #ruby
DmitryBochkarev_ has quit [Ping timeout: 250 seconds]
orbyt_ has joined #ruby
hightower2 has quit [Ping timeout: 255 seconds]
nowhereman has quit [Ping timeout: 252 seconds]
Wolland has joined #ruby
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nowhereman has joined #ruby
tdy has joined #ruby
dar123 has joined #ruby
doodleb96 has joined #ruby
doodlebug has quit [Ping timeout: 246 seconds]
doodleb96 has quit [Read error: Connection reset by peer]
clemens3_ has quit [Remote host closed the connection]
<dostoyevsky> I want to transform an array: [1, 2, 3, 4] -> [[1, 2],[3, 4]] # is there an easy way to do that?
Wolland has quit [Quit: Mutter: www.mutterirc.com]
<phaul> &>> [*1..4].each_slice(2)
<rubydoc> # => #<Enumerator: [1, 2, 3, 4]:each_slice(2)> (https://carc.in/#/r/6po9)
Wolland has joined #ruby
<phaul> &>> [*1..4].each_slice(2).to_a
<rubydoc> # => [[1, 2], [3, 4]] (https://carc.in/#/r/6poa)
<dostoyevsky> thanks phaul! :)
<phaul> np
kapil____ has quit [Quit: Connection closed for inactivity]
doodlebug has joined #ruby
bokwoon has joined #ruby
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bokwoon has quit [Ping timeout: 246 seconds]
nowhereman has quit [Ping timeout: 250 seconds]
duderonomy has joined #ruby
bokwoon has joined #ruby
sriehl has joined #ruby
akem has joined #ruby
jcarl43 has joined #ruby
nowhereman has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Wolland has quit [Quit: Mutter: www.mutterirc.com]
DmitryBochkarev_ has joined #ruby
mondz has quit [Ping timeout: 252 seconds]
bokwoon has quit [Quit: WeeChat 2.5-dev]
ellcs1 has joined #ruby
mondz has joined #ruby
Wolland has joined #ruby
akem has quit [Remote host closed the connection]
dar123 has joined #ruby
marmotini_ has quit [Remote host closed the connection]
regedit has quit [Quit: Connection closed for inactivity]
Wolland has quit [Remote host closed the connection]
crankharder has joined #ruby
mondz has quit [Ping timeout: 250 seconds]
crankharder has quit [Read error: Connection reset by peer]
mondz has joined #ruby
sriehl has quit [Quit: ZNC 1.7.3 - https://znc.in]
crankharder has joined #ruby
Wolland has joined #ruby
mondz has quit [Ping timeout: 246 seconds]
conta has quit [Quit: conta]
mello has joined #ruby
Wolland has quit [Quit: Mutter: www.mutterirc.com]
paraxial has quit [Quit: The Lounge - https://thelounge.chat]
Azure|dc has joined #ruby
paraxial has joined #ruby
lxsameer has quit [Quit: out]
Azure has quit [Ping timeout: 250 seconds]
andikr has quit [Remote host closed the connection]
Azure|dc has quit [Read error: Connection reset by peer]
Azure has joined #ruby
Azure has quit [Client Quit]
houhoulis has joined #ruby
ramfjord has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
millerti has joined #ruby
i1nfusion has quit [Remote host closed the connection]
mondz has joined #ruby
i1nfusion has joined #ruby
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nowhereman has quit [Ping timeout: 264 seconds]
Dbugger has quit [Remote host closed the connection]
dar123 has joined #ruby
tdy has quit [Ping timeout: 252 seconds]
ramfjord has joined #ruby
flips has quit [Quit: bbl ...]
flips has joined #ruby
lucasb has quit [Quit: Connection closed for inactivity]
ramfjord_ has joined #ruby
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dviola has joined #ruby
ramfjord has quit [Ping timeout: 264 seconds]
gix has joined #ruby
poguez_ has joined #ruby
dar123 has joined #ruby
i1nfusion has quit [Remote host closed the connection]
Azure has joined #ruby
i1nfusion1 has joined #ruby
tdy has joined #ruby
ramfjord_ has quit [Ping timeout: 250 seconds]
DmitryBochkarev_ has quit [Remote host closed the connection]
DmitryBochkarev has joined #ruby
Azure has quit [Ping timeout: 264 seconds]
DmitryBochkarev has quit [Ping timeout: 246 seconds]
dellavg_ has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 250 seconds]
cisco has quit [Ping timeout: 246 seconds]
teclator has quit [Remote host closed the connection]
ramfjord has joined #ruby
duderonomy has joined #ruby
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has joined #ruby
prestorium has quit [Ping timeout: 250 seconds]
DmitryBochkarev has joined #ruby
i1nfusion1 has quit [Remote host closed the connection]
i1nfusion has joined #ruby
mondz has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 268 seconds]
tdy has quit [Ping timeout: 268 seconds]
KeyJoo has quit [Ping timeout: 264 seconds]
regedit has joined #ruby
jenrzzz has joined #ruby
lxsameer has joined #ruby
tjbp has quit [Quit: No Ping reply in 180 seconds.]
TomyWork has quit [Quit: Leaving]
renich has quit [Remote host closed the connection]
ferr has quit [Quit: WeeChat 2.4]
tjbp has joined #ruby
Dbugger has joined #ruby
lytol has joined #ruby
doodlebug has quit [Ping timeout: 240 seconds]
doodleb95 has joined #ruby
<al2o3-cr> &>> 32.step(0, -8).map { |n| 280335306581 >> n & 0xff }.map &:chr
<rubydoc> # => ["A", "E", "I", "O", "U"] (https://carc.in/#/r/6pos)
ukd1 has joined #ruby
<al2o3-cr> havenwood: another one for your crazy methods of getting vowels ;)
<havenwood> al2o3-cr: woot!
Dbugger has quit [Remote host closed the connection]
postmodern has joined #ruby
dar123 has joined #ruby
ukd1 has quit [Quit: leaving]
<Net> What do you think of passing procs around as callbacks. Is that frowned upon in Ruby?
conta has joined #ruby
tdy has joined #ruby
<Net> I suppose the more conventional format would be to take a block, but this needs to be passed inside a hash
zachk has joined #ruby
asnotehu has joined #ruby
kyrylo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zachk has quit [Read error: Connection reset by peer]
asnotehu has quit [Client Quit]
zachk has joined #ruby
Azure has joined #ruby
conta has quit [Ping timeout: 250 seconds]
gnufied has quit [Remote host closed the connection]
zachk has quit [Changing host]
zachk has joined #ruby
kyrylo has joined #ruby
doodleb95 has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 252 seconds]
doodlebug has joined #ruby
houhoulis has quit [Remote host closed the connection]
kyrylo has quit [Ping timeout: 255 seconds]
millerti has quit [Read error: Connection reset by peer]
maryo has joined #ruby
jenrzzz has joined #ruby
DmitryBochkarev has quit [Ping timeout: 268 seconds]
D9 has quit [Ping timeout: 255 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
tdy has quit [Ping timeout: 240 seconds]
Dbugger has joined #ruby
D9 has joined #ruby
nowhere_man has joined #ruby
Azure has quit [Ping timeout: 250 seconds]
CrazyEddy has quit [Ping timeout: 245 seconds]
Dbugger has quit [Remote host closed the connection]
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dar123 has joined #ruby
maryo has quit [Quit: Leaving]
dar123 has quit [Client Quit]
pupsikov has joined #ruby
tdy has joined #ruby
sidx64 has joined #ruby
dar123 has joined #ruby
cd has joined #ruby
tdy has quit [Ping timeout: 250 seconds]
i1nfusion has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
jenrzzz has joined #ruby
orbyt_ has joined #ruby
dar123 has quit [Ping timeout: 250 seconds]
Dbugger has joined #ruby
Ai9zO5AP has quit [Quit: WeeChat 2.4]
kyrylo has joined #ruby
c0san0stra has quit [Ping timeout: 250 seconds]
galaxie has quit [Ping timeout: 256 seconds]
dinfuehr has quit [Ping timeout: 264 seconds]
SCHAPiE has quit [Quit: ZNC - https://znc.in]
galaxie has joined #ruby
SCHAAP137 has joined #ruby
jcarl43 has quit [Quit: WeeChat 2.4]
dinfuehr has joined #ruby
kyrylo has quit [Ping timeout: 264 seconds]
c0san0stra has joined #ruby
kyrylo has joined #ruby
SCHAAP137 is now known as SCHAPiE
sidx64 has quit [Ping timeout: 264 seconds]
DmitryBochkarev has joined #ruby
<adam12> Net: I don't think it's frowned upon. I imagine the API to be mostly natural. That said, I believe (but not 100% for sure) that block.call might be a slower code path than yield, which is where an explicit block might win out. You'd have to benchmark and determine if that was an issue for you of course.
Dbugger has quit [Ping timeout: 264 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
bga57 has joined #ruby
hightower2 has joined #ruby
schleppel has quit [Quit: Konversation terminated!]
bga57 has quit [Remote host closed the connection]
doodlebug has quit [Read error: Connection reset by peer]
DmitryBochkarev has quit [Ping timeout: 250 seconds]
doodlebug has joined #ruby
Mike11 has joined #ruby
wallace_mu has joined #ruby
ldnunes has quit [Quit: Leaving]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
doodlebug has quit [Read error: Connection reset by peer]
<fluxAeon> good morning!
<havenwood> fluxAeon: hi!
krawchyk has quit [Quit: krawchyk]
Hobbyboy|BNC has quit [Quit: I think the BNC broke.]
<phaul> hello there
<fluxAeon> how's it going
<fluxAeon> friday is hereee
<phaul> I am way ahead of you
<phaul> almost saturday :)
<fluxAeon> so monday will be here sooner for you than me lol
Hobbyboy has joined #ruby
FastJack has quit [Ping timeout: 264 seconds]
Fernando-Basso has joined #ruby
CrazyEddy has joined #ruby
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
doodlebug has joined #ruby
Swyper has quit [Remote host closed the connection]
lomex has joined #ruby
aqd has joined #ruby
lytol has quit [Remote host closed the connection]
aqd has quit [Ping timeout: 252 seconds]
aqd has joined #ruby
UnknownSoldier is now known as tau
<havenwood> It's Freyja's Day here.
* havenwood rides off in a chariot pulled by cats
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
DTZUZO has quit [Ping timeout: 264 seconds]
<fluxAeon> lol
<fluxAeon> do any of you folks run your rails apps in containers?
DTZUZO has joined #ruby
regedit has quit [Quit: Connection closed for inactivity]
ramfjord has quit [Ping timeout: 264 seconds]
dsmythe_ has joined #ruby
dsmythe has quit [Ping timeout: 264 seconds]
Swyper has joined #ruby
FastJack has joined #ruby
ramfjord has joined #ruby
SuperLag is now known as SuperL4g
SuperL4g_ is now known as SuperLag
Mike11 has quit [Quit: Leaving.]
jenrzzz has quit [Ping timeout: 264 seconds]
totallyserious has joined #ruby
totallyserious has left #ruby [#ruby]
jenrzzz has joined #ruby
dar123 has joined #ruby
Azure has joined #ruby
dsmythe_ has quit [Remote host closed the connection]
mochiyoda has quit [Remote host closed the connection]
mochiyoda has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
orbyt_ has quit [Ping timeout: 268 seconds]
doodlebug has quit [Remote host closed the connection]
dsmythe has joined #ruby
moei has quit [Quit: Leaving...]
Swyper has quit [Remote host closed the connection]
dsmythe has quit [Ping timeout: 252 seconds]
mello has quit [Remote host closed the connection]
dsmythe has joined #ruby
dsmythe has quit [Remote host closed the connection]
dsmythe has joined #ruby
dsmythe_ has joined #ruby
dsmythe has quit [Ping timeout: 255 seconds]
ramfjord has quit [Ping timeout: 252 seconds]
jottr has joined #ruby
CrazyEddy has quit [Remote host closed the connection]
dsmythe_ has quit [Read error: Connection reset by peer]
dsmythe has joined #ruby
SeepingN has joined #ruby
CrazyEddy has joined #ruby
dsmythe has quit [Ping timeout: 264 seconds]
CrazyEddy has quit [Remote host closed the connection]
tdy has joined #ruby
dsmythe has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
CrazyEddy has joined #ruby
violentE has joined #ruby
n13z has quit [Ping timeout: 264 seconds]
n13z has joined #ruby
snk_ has joined #ruby
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
CrazyEddy has quit [Remote host closed the connection]
CrazyEddy has joined #ruby
kyrylo has joined #ruby
CrazyEddy has quit [Changing host]
CrazyEddy has joined #ruby
CrazyEddy has quit [Remote host closed the connection]
wallace_mu has quit [Remote host closed the connection]
ellcs1 has quit [Ping timeout: 264 seconds]
orbyt_ has joined #ruby
CrazyEddy has joined #ruby
zachk has quit [Quit: Leaving]
kyrylo has quit [Ping timeout: 252 seconds]