havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.2.1, 3.1.3, 3.0.5, 2.7.7: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://t.ly/9ua4 | Logs: https://libera.irclog.whitequark.org/ruby/
John_Ivan_ has quit [Max SendQ exceeded]
cek has quit [Quit: Connection closed for inactivity]
John_Ivan has quit [Ping timeout: 255 seconds]
shokohsc66 has joined #ruby
shokohsc6 has quit [Ping timeout: 252 seconds]
shokohsc66 is now known as shokohsc6
graywolf has quit [Ping timeout: 246 seconds]
manicennui has joined #ruby
kaivai has joined #ruby
eddof13 has joined #ruby
eddof13 has quit [Client Quit]
<ox1eef_> I can think of a really weird hack to make it work though. And I think I'm gonna go with it.
xhhux has joined #ruby
kaivai has quit [Quit: ZNC - https://znc.in]
xhhux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kaivai has joined #ruby
kaivai has quit [Remote host closed the connection]
kaivai has joined #ruby
pmwals09 has joined #ruby
pmwals09 has quit [Remote host closed the connection]
caedmon has joined #ruby
pmwals09 has joined #ruby
pmwals09 has quit [Remote host closed the connection]
pmwals09 has joined #ruby
razetime has joined #ruby
pmwals09 has quit [Remote host closed the connection]
pmwals09 has joined #ruby
caedmon has quit [Ping timeout: 255 seconds]
CrazyDataScienti has joined #ruby
pmwals09 has quit [Remote host closed the connection]
caedmon has joined #ruby
CrazyDataScienti has left #ruby [Saindo]
razetime1 has joined #ruby
razetime has quit [Ping timeout: 255 seconds]
razetime1 is now known as razetime
caedmon has quit [Quit: caedmon]
caedmon has joined #ruby
dviola has joined #ruby
caedmon has quit [Ping timeout: 260 seconds]
caedmon has joined #ruby
Vonter has joined #ruby
jhass has quit [Ping timeout: 252 seconds]
jhass has joined #ruby
Sankalp has quit [Ping timeout: 255 seconds]
razetime1 has joined #ruby
razetime has quit [Ping timeout: 246 seconds]
razetime1 is now known as razetime
Sankalp has joined #ruby
hd1 has joined #ruby
hd1 has left #ruby [#ruby]
caedmon has quit [Ping timeout: 255 seconds]
razetime has quit [Ping timeout: 255 seconds]
roshanavand_ has quit [Ping timeout: 246 seconds]
razetime has joined #ruby
caedmon has joined #ruby
caedmon has quit [Quit: caedmon]
dionysus69 has joined #ruby
zephyr__ has joined #ruby
razetime has quit [Remote host closed the connection]
Linux_Kerio has joined #ruby
tomtmym has joined #ruby
tomtmym has quit [Changing host]
tomtmym has joined #ruby
niv has quit [Quit: Powered by LunarBNC: https://LunarBNC.net]
niv has joined #ruby
niv has quit [Client Quit]
niv has joined #ruby
reset has quit [Quit: reset]
dionysus69 has quit [Ping timeout: 255 seconds]
_ht has joined #ruby
_ht has quit [Remote host closed the connection]
_ht has joined #ruby
jvalleroy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jvalleroy has joined #ruby
graywolf has joined #ruby
graywolf has quit [Ping timeout: 268 seconds]
Sankalp has quit [Ping timeout: 260 seconds]
shokohsc6 has quit [Read error: Connection reset by peer]
shokohsc6 has joined #ruby
znpy has quit [Quit: The Lounge - https://thelounge.chat]
znpy has joined #ruby
accumb12 has joined #ruby
moldorcoder7 has joined #ruby
accumb12 has quit [Ping timeout: 268 seconds]
shokohsc64 has joined #ruby
shokohsc6 has quit [Ping timeout: 255 seconds]
shokohsc64 is now known as shokohsc6
TomyLobo has joined #ruby
TomyLobo has quit [Client Quit]
TomyLobo has joined #ruby
Sankalp has joined #ruby
Linux_Kerio has quit [Read error: Connection reset by peer]
Linux_Kerio has joined #ruby
Thanzex326 has quit [Read error: Connection reset by peer]
Thanzex326 has joined #ruby
Sheilong has joined #ruby
Sankalp has quit [Ping timeout: 246 seconds]
hightower2 has quit [Ping timeout: 255 seconds]
termit86 has joined #ruby
termit86 has quit [Ping timeout: 252 seconds]
niv has quit [Quit: Powered by LunarBNC: https://LunarBNC.net]
niv has joined #ruby
niv has quit [Client Quit]
niv has joined #ruby
niv has quit [Client Quit]
Sankalp has joined #ruby
hightower2 has joined #ruby
niv has joined #ruby
zephyr__ has quit [Quit: leaving]
szkl has quit [Quit: Connection closed for inactivity]
eddof13 has joined #ruby
roshanavand_ has joined #ruby
manicennui has left #ruby [#ruby]
printed has joined #ruby
eddof13 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
reset has joined #ruby
roshanavand_ has quit [Ping timeout: 264 seconds]
eddof13 has quit [Ping timeout: 246 seconds]
desnudopenguino1 has joined #ruby
desnudopenguino has quit [Ping timeout: 260 seconds]
desnudopenguino1 is now known as desnudopenguino
ur5us has joined #ruby
dionysus69 has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
<CharleyBates> +joke
Linux_Kerio has quit [Quit: Konversation terminated!]
Linux_Kerio has joined #ruby
printed has quit [Quit: Connection closed for inactivity]
wand has quit [Ping timeout: 255 seconds]
wand has joined #ruby
roshanavand_ has joined #ruby
dviola has quit [Ping timeout: 255 seconds]
dviola has joined #ruby
Nenor has joined #ruby
Nenor has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Linux_Kerio has quit [Ping timeout: 248 seconds]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
tomtmym has quit [Quit: Gone.]
nickey49 has joined #ruby
_ht has quit [Quit: _ht]
nickjj has joined #ruby
<nickjj> hi, are module constants memoized by default when you do `HEY = expensive_task.freeze` or do you need to use ||=? this is in the context of reading a ~1k line JSON file, i'm hoping it's only loaded and parsed once when my app starts up instead every time the constant is accessed
<weaksauce> use ||=