From cbafbfb25cd03af93152797f6c2c1956e071047c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20GATELLIER?= <26511053+lgatellier@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:00:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20rename=20hash/to=5Fproc=20requir?= =?UTF-8?q?e=20to=20hash/setter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file has been renamed but the reference to it has not been updated before releasing 3.2.0. --- lib/core/facets/hash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/facets/hash.rb b/lib/core/facets/hash.rb index 2b167146d..b55214860 100644 --- a/lib/core/facets/hash.rb +++ b/lib/core/facets/hash.rb @@ -40,7 +40,7 @@ require_relative 'hash/symbolize_keys.rb' require_relative 'hash/to_mod.rb' require_relative 'hash/to_options.rb' -require_relative 'hash/to_proc.rb' +require_relative 'hash/setter.rb' require_relative 'hash/to_struct.rb' require_relative 'hash/traverse.rb' require_relative 'hash/update.rb'