havenwood changed the topic of #ruby to: Ruby 3.3.0, 3.2.3, 3.1.4 https://www.ruby-lang.org | Rules https://ruby-community.com | Logs https://libera.irclog.whitequark.org/ruby
rvalue has quit [Ping timeout: 264 seconds]
tromp has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
rvalue has joined #ruby
hightower3 has quit [Ping timeout: 256 seconds]
bloxor has joined #ruby
jenrzzz has quit [Ping timeout: 255 seconds]
mange has joined #ruby
jenrzzz has joined #ruby
HappyEaster is now known as Al2O3
szkl has joined #ruby
jenrzzz has quit [Ping timeout: 272 seconds]
wyclif has quit [Quit: leaving]
joako has quit [Quit: quit]
joako has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
Linux_Kerio has joined #ruby
wyclif has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 255 seconds]
jenrzzz has joined #ruby
hays has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
bloxor has quit [Quit: Connection closed for inactivity]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
wyclif has quit [Ping timeout: 264 seconds]
wyclif has joined #ruby
szkl has quit [Quit: Connection closed for inactivity]
grenierm has joined #ruby
brokkoli_origin has quit [Remote host closed the connection]
brokkoli_origin has joined #ruby
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
_ht has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
mange has quit [Remote host closed the connection]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
oneeyedalien has joined #ruby
wyclif has quit [Ping timeout: 255 seconds]
wyclif has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
wyclif has quit [Ping timeout: 246 seconds]
oneeyedalien_ has joined #ruby
oneeyedalien has quit [Ping timeout: 264 seconds]
wyclif has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 272 seconds]
oneeyedalien_ has quit [Quit: Leaving]
tromp has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
Linux_Kerio has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
Linux_Kerio has joined #ruby
tromp has quit [Read error: Connection reset by peer]
szkl has joined #ruby
unicode has quit [Ping timeout: 255 seconds]
unicode has joined #ruby
Linux_Kerio has quit [Ping timeout: 268 seconds]
unicode has quit [Ping timeout: 268 seconds]
CrazyEddy has quit [Quit: Reconnecting]
unicode has joined #ruby
grenierm has quit [Ping timeout: 250 seconds]
wyclif has quit [Ping timeout: 252 seconds]
wyclif has joined #ruby
wyclif has quit [Ping timeout: 272 seconds]
wyclif has joined #ruby
graywolf has joined #ruby
hightower2 has joined #ruby
dviola has quit [Quit: WeeChat 4.2.1]
wyclif has quit [Quit: leaving]
tromp has joined #ruby
dviola has joined #ruby
graywolf has quit [Quit: WeeChat 4.0.4]
tromp has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
user71 has joined #ruby
tromp has joined #ruby
ua_ has quit [Ping timeout: 264 seconds]
CrazyEddy has joined #ruby
reset has quit [Quit: reset]
CrazyEddy has quit [Ping timeout: 256 seconds]
ua_ has joined #ruby
Linux_Kerio has joined #ruby
CrazyEddy has joined #ruby
Thanzex has quit [Ping timeout: 240 seconds]
anihil has joined #ruby
<henk> hm, I’m a bit confused … I want to define an object `DnsChallenge` in my code. this is supposed to contain, among other things, an object Acme::Client::Resources::Challenges::DNS01. but I also want to have an array of all `dns_challenges`. so AFAIU I need to use references to these objects, not just assign them because that would copy them. I’m trying to find more info about this but fail to
<henk> find a straightforward answer. any advice what to read? or which keywords to search for? or just straight up examples how I need to do this in the code?
hololeap has quit [Ping timeout: 260 seconds]
<sam113101> they are not really being copied by default, check that:
<sam113101> >> a = 'test'; b = a; b << 'yo'; a
<ruby[bot]> sam113101: # => (https://carc.in/#/r/gi52)
<sam113101> what
<sam113101> >> a = 'test'; b = a; b << 'yo'; p a
<ruby[bot]> sam113101: # => "testyo" ...check link for more (https://carc.in/#/r/gi53)
<sam113101> does that help henk?
unicode has quit [Quit: Lost terminal]
anihil has quit [Remote host closed the connection]
tarel2 has joined #ruby
<henk> hm, that seems like I’m worrying too much about it …
<henk> sam113101: yes, thank you
pgib has joined #ruby
tarel2 has quit [Quit: Client closed]
fercell has joined #ruby
tromp has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
rvalue has quit [Ping timeout: 264 seconds]
hololeap has joined #ruby
otisolsen70 has joined #ruby
rvalue has joined #ruby
tromp has joined #ruby
desnudopenguino1 has joined #ruby
desnudopenguino has quit [Ping timeout: 264 seconds]
desnudopenguino1 is now known as desnudopenguino
<[0x1eef_]> henk: Yeah Ruby is not like C or C++ in that regard. Assignment does not copy. It references the same object.
<johnjaye> apparently in c++ the statement "a = b" can mean anything because of operator overloading
<johnjaye> hence you can never understand the code fully because anything could mean anything
pgib has quit [Quit: 00 PC LOAD LETTER]
<[0x1eef_]> xD
user71 has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 246 seconds]
Munto has quit [Ping timeout: 255 seconds]
<henk> I see, thanks
CrazyEddy has quit [Quit: Reconnecting]
FetidToot4 has joined #ruby
FetidToot has quit [Ping timeout: 268 seconds]
FetidToot4 is now known as FetidToot
tromp has quit [Read error: Connection reset by peer]
_ht has quit [Remote host closed the connection]
trillion_exabyte has quit [Ping timeout: 264 seconds]
trillion_exabyte has joined #ruby
jenrzzz has joined #ruby
Munto has joined #ruby
brokkoli_origin has quit [Ping timeout: 260 seconds]
brokkoli_origin has joined #ruby
otisolsen70 has quit [Quit: Leaving]
dza has quit [Quit: ]
dza has joined #ruby
mange has joined #ruby
anihil has joined #ruby
mange has quit [Remote host closed the connection]
FetidToot3 has joined #ruby
FetidToot has quit [Ping timeout: 264 seconds]
FetidToot3 is now known as FetidToot
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
PaulePanter has joined #ruby
<PaulePanter> Hi. Can you give a suggestion how to avoid having RPATH set in a library?
<PaulePanter> You experts often have a good idea saving ignorants like myself a ton of time.
<PaulePanter> Thank you in advance.
trillion_exabyte has quit [Ping timeout: 268 seconds]
Linux_Kerio has quit [Ping timeout: 264 seconds]
anihil has quit [Ping timeout: 260 seconds]
anihil has joined #ruby
anihil has quit [Ping timeout: 256 seconds]
desnudopenguino has quit [Ping timeout: 272 seconds]
Thanzex has joined #ruby