Files
ubicloud/model/strand.rb
Jeremy Evans 6f70a6f765 Clear cached instance state in Strand#take_lease_and_reload
This avoids the use of instance_variable_delete, as that doesn't
play well with object shapes.  Internal code should always call
the subject method, and not access @subject directly.
2025-06-21 02:54:51 +09:00

8.2 KiB