Files
Jeremy Evans e265465708 Make Prog::Postgres::PostgresResourceNexus.dns_zone work when class is frozen
When running the tests, DnsZone is empty at the start, and due to
how ||= works, freezing the class would still result in dns_zone
trying to modify the frozen class later.  Switch from ||= to using
defined? to fix the issue.
2024-10-30 10:05:52 -07:00
..