mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/delegate] Fixed superclass missmatch
https://github.com/ruby/delegate/commit/3ab3add800
This commit is contained in:
parent
1fb16dbb6e
commit
aa8ca03f39
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
class Delegator
|
||||
class Delegator < BasicObject
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue