From 4f8107a4ba9ea72e75aa7ccd7f5b4fe36f64b096 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Aug 2017 08:11:57 +0000 Subject: disable rdoc for internal constants [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pathname/lib') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 8bdb73f439..ed7d8c791b 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -14,6 +14,8 @@ require 'pathname.so' class Pathname + # :stopdoc: + # to_path is implemented so Pathname objects are usable with File.open, etc. TO_PATH = :to_path -- cgit v1.2.3