diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-12-05 14:46:31 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2022-12-05 05:47:54 +0000 |
commit | c4d22d47f8bd019ae6df98fafb9db7c20c33d30c (patch) | |
tree | aae60fe7cc1ff70f861b8926bd9a45a377c6b4dc /lib/delegate.rb | |
parent | 650b87b0bdbeb351be185604465cbe302082089e (diff) | |
download | ruby-c4d22d47f8bd019ae6df98fafb9db7c20c33d30c.tar.gz |
[ruby/delegate] Bump version to 0.3.0
https://github.com/ruby/delegate/commit/420637be45
Diffstat (limited to 'lib/delegate.rb')
-rw-r--r-- | lib/delegate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb index 70d4e4ad1d..387a5f063d 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -39,7 +39,7 @@ # Be advised, RDoc will not detect delegated methods. # class Delegator < BasicObject - VERSION = "0.2.0" + VERSION = "0.3.0" kernel = ::Kernel.dup kernel.class_eval do |