summaryrefslogtreecommitdiff
path: root/prelude.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 17:08:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 17:08:30 +0000
commitb0546f1cc6b4f67fceb36cdef56e8c0080d2fcd0 (patch)
tree0790a14a542c565cc550be5c15436304a96a717a /prelude.rb
parentf889eba1d4b4d4f9b6a71589ddb800f23440d047 (diff)
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
Diffstat (limited to 'prelude.rb')
-rw-r--r--prelude.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/prelude.rb b/prelude.rb
index 3fdabe81aa..6ebaabc758 100644
--- a/prelude.rb
+++ b/prelude.rb
@@ -132,8 +132,8 @@ class IO
end
end
-# :stopdoc:
class Binding
+ # :nodoc:
def irb
require 'irb'
irb