diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-18 15:20:19 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-18 16:46:29 +0900 |
| commit | 0e85881e0cded6ec82ef105b5ff2d0c6f7fdcbc8 (patch) | |
| tree | 9bef0f3ee8a676df42c6badf79b46381f3b5c9a5 /lib | |
| parent | 000659140786f1c74075b1b91ce03897cf525181 (diff) | |
[ruby/delegate] v0.6.1
https://github.com/ruby/delegate/commit/90ffceb6d6
Diffstat (limited to 'lib')
| -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 ba53cc9bb7..0cc3ddb1b0 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -40,7 +40,7 @@ # class Delegator < BasicObject # The version string - VERSION = "0.6.0" + VERSION = "0.6.1" kernel = ::Kernel.dup kernel.class_eval do |
