diff options
Diffstat (limited to 'lang/ruby21/files/patch-lib-rdoc-single_class.rb')
-rw-r--r-- | lang/ruby21/files/patch-lib-rdoc-single_class.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby21/files/patch-lib-rdoc-single_class.rb b/lang/ruby21/files/patch-lib-rdoc-single_class.rb index a1e9a7706dad..ef7152d0a277 100644 --- a/lang/ruby21/files/patch-lib-rdoc-single_class.rb +++ b/lang/ruby21/files/patch-lib-rdoc-single_class.rb @@ -1,4 +1,4 @@ ---- lib/rdoc/single_class.rb +--- lib/rdoc/single_class.rb 2014-11-26 19:29:03 UTC +++ lib/rdoc/single_class.rb @@ -10,6 +10,10 @@ def ancestors superclass ? super + [superclass] : super |