1
0
Fork 0
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:
Hiroshi SHIBATA 2020-03-27 11:33:57 +09:00
parent 1fb16dbb6e
commit aa8ca03f39
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,3 +1,3 @@
class Delegator
class Delegator < BasicObject
VERSION = "0.1.0"
end