summaryrefslogtreecommitdiff
path: root/lang/ruby20/files/patch-lib-rdoc-single_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby20/files/patch-lib-rdoc-single_class.rb')
-rw-r--r--lang/ruby20/files/patch-lib-rdoc-single_class.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ruby20/files/patch-lib-rdoc-single_class.rb b/lang/ruby20/files/patch-lib-rdoc-single_class.rb
deleted file mode 100644
index c035eb6f9aad..000000000000
--- a/lang/ruby20/files/patch-lib-rdoc-single_class.rb
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/rdoc/single_class.rb 2012-11-27 04:28:14 UTC
-+++ lib/rdoc/single_class.rb
-@@ -10,6 +10,10 @@ def ancestors
- superclass ? super + [superclass] : super
- end
-
-+ def aref_prefix # :nodoc:
-+ 'sclass'
-+ end
-+
- ##
- # The definition of this singleton class, <tt>class << MyClassName</tt>
-