[ruby/delegate] Bump up v0.4.0

https://github.com/ruby/delegate/commit/713059a5e9
This commit is contained in:
Hiroshi SHIBATA 2024-11-07 11:26:08 +09:00 committed by git
parent cf70564c97
commit 849e651d51

View File

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