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: