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

delegate.rb: markup method names

This commit is contained in:
Nobuyoshi Nakada 2019-06-02 00:34:02 +09:00
parent 2bad001cfd
commit 8a041c1b92
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -60,8 +60,8 @@ class Delegator < BasicObject
##
# :method: raise
# Use __raise__ if your Delegator does not have a object to delegate the
# raise method call.
# Use #__raise__ if your Delegator does not have a object to delegate the
# #raise method call.
#
#