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

ruby-changes:47368

From: nobu <ko1@a...>
Date: Thu, 3 Aug 2017 17:12:03 +0900 (JST)
Subject: [ruby-changes:47368] nobu:r59484 (trunk): disable rdoc for internal constants [ci skip]

nobu	2017-08-03 17:11:57 +0900 (Thu, 03 Aug 2017)

  New Revision: 59484

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59484

  Log:
    disable rdoc for internal constants [ci skip]

  Modified files:
    trunk/ext/pathname/lib/pathname.rb
Index: ext/pathname/lib/pathname.rb
===================================================================
--- ext/pathname/lib/pathname.rb	(revision 59483)
+++ ext/pathname/lib/pathname.rb	(revision 59484)
@@ -14,6 +14,8 @@ require 'pathname.so' https://github.com/ruby/ruby/blob/trunk/ext/pathname/lib/pathname.rb#L14
 
 class Pathname
 
+  # :stopdoc:
+
   # to_path is implemented so Pathname objects are usable with File.open, etc.
   TO_PATH = :to_path
 

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

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