[ruby/delegate] Bump up 0.3.1

https://github.com/ruby/delegate/commit/d4bdf89328
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 13:08:46 +09:00
parent b1413cb33e
commit 027f0a4564
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -39,7 +39,7 @@
# Be advised, RDoc will not detect delegated methods. # Be advised, RDoc will not detect delegated methods.
# #
class Delegator < BasicObject class Delegator < BasicObject
VERSION = "0.3.0" VERSION = "0.3.1"
kernel = ::Kernel.dup kernel = ::Kernel.dup
kernel.class_eval do kernel.class_eval do