main
main copied to clipboard
Warning when used with Ruby 3
I get this when using the gem sekrets which uses this gem, with ruby 3.0.0:
/home/jack/.rvm/gems/ruby-3.0.0/gems/main-6.2.3/lib/main/program/instance_methods.rb:56: warning: finalizer references object to be finalized
Any ideas, other than to disable warnings?
The problem is explained here: https://www.mikeperham.com/2010/02/24/the-trouble-with-ruby-finalizers/