summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-02 00:34:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-02 00:34:02 +0900
commit8a041c1b92b5dcc52908155ba1ca6c9f44a471cb (patch)
tree8a1f82242357ae35f8ba9380ec4ca1d93d0770b8
parent2bad001cfd15c59630a03918dc80a703b093688e (diff)
delegate.rb: markup method names
-rw-r--r--lib/delegate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb
index 1e4ab5f145..03ebfddf4a 100644
--- a/lib/delegate.rb
+++ b/lib/delegate.rb
@@ -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.
#
#