1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Promote delegate to default gems

This commit is contained in:
Hiroshi SHIBATA 2019-11-07 13:21:46 +09:00
parent 3b0bd34001
commit 1159dbf305
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
5 changed files with 37 additions and 3 deletions

3
lib/delegate/version.rb Normal file
View file

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