mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
disable rdoc for internal constants [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ebd2b3702
commit
4f8107a4ba
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue