aboutsummaryrefslogtreecommitdiffstats
path: root/lib/delegate.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 13:08:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 13:37:17 +0900
commit027f0a4564e64f888ab9d2c1e5546aae4003acee (patch)
tree1d802b326df3e4626593614a0c301ba9522c9f2f /lib/delegate.rb
parentb1413cb33ef066b5832e8a7956f7359f15a03928 (diff)
downloadruby-027f0a4564e64f888ab9d2c1e5546aae4003acee.tar.gz
[ruby/delegate] Bump up 0.3.1
https://github.com/ruby/delegate/commit/d4bdf89328
Diffstat (limited to 'lib/delegate.rb')
-rw-r--r--lib/delegate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb
index 387a5f063d..4d8994d8a0 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.3.0"
+ VERSION = "0.3.1"
kernel = ::Kernel.dup
kernel.class_eval do