[前][次][番号順一覧][スレッド一覧]

ruby-changes:55953

From: Nobuyoshi <ko1@a...>
Date: Sun, 2 Jun 2019 00:36:19 +0900 (JST)
Subject: [ruby-changes:55953] Nobuyoshi Nakada: 8a041c1b92 (trunk): delegate.rb: markup method names

https://git.ruby-lang.org/ruby.git/commit/?id=8a041c1b92

From 8a041c1b92b5dcc52908155ba1ca6c9f44a471cb Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 2 Jun 2019 00:34:02 +0900
Subject: delegate.rb: markup method names


diff --git a/lib/delegate.rb b/lib/delegate.rb
index 1e4ab5f..03ebfdd 100644
--- a/lib/delegate.rb
+++ b/lib/delegate.rb
@@ -60,8 +60,8 @@ class Delegator < BasicObject https://github.com/ruby/ruby/blob/trunk/lib/delegate.rb#L60
 
   ##
   # :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.
   #
 
   #
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]