aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/single_class.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-07 01:22:37 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-07 01:22:37 +0000
commit4260aa1dc399e1bb4a2147409ed1139112cfefb8 (patch)
tree72b378fdcef83d532147bb6deeafe2ad55134f3e /lib/rdoc/single_class.rb
parent7d2d6d0a2f600943ab484238b4722036151376a5 (diff)
downloadruby-4260aa1dc399e1bb4a2147409ed1139112cfefb8.tar.gz
* lib/rdoc: Update to RDoc 4.2.0.
* test/rdoc: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/single_class.rb')
-rw-r--r--lib/rdoc/single_class.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rdoc/single_class.rb b/lib/rdoc/single_class.rb
index 9e77a65c73..358e1f38eb 100644
--- a/lib/rdoc/single_class.rb
+++ b/lib/rdoc/single_class.rb
@@ -10,6 +10,10 @@ class RDoc::SingleClass < RDoc::ClassModule
superclass ? super + [superclass] : super
end
+ def aref_prefix # :nodoc:
+ 'sclass'
+ end
+
##
# The definition of this singleton class, <tt>class << MyClassName</tt>