mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Do not :stopdoc: entire classes/modules
It disables cross-references to the classes/modules, even if those are defined in other places. I suspect this is not an intentional behavior, however make a workaround for the time being. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f889eba1d4
commit
b0546f1cc6
2 changed files with 9 additions and 3 deletions
|
@ -132,8 +132,8 @@ class IO
|
|||
end
|
||||
end
|
||||
|
||||
# :stopdoc:
|
||||
class Binding
|
||||
# :nodoc:
|
||||
def irb
|
||||
require 'irb'
|
||||
irb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue