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:
parent
2bad001cfd
commit
8a041c1b92
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ class Delegator < BasicObject
|
||||||
|
|
||||||
##
|
##
|
||||||
# :method: raise
|
# :method: raise
|
||||||
# Use __raise__ if your Delegator does not have a object to delegate the
|
# Use #__raise__ if your Delegator does not have a object to delegate the
|
||||||
# raise method call.
|
# #raise method call.
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue