From 33d848d841a2579febf14b550f0ffe9ff8657065 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 1 Aug 2010 14:09:40 +0000 Subject: * lib/pp.rb: describe superclasses explicitly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pp.rb') diff --git a/lib/pp.rb b/lib/pp.rb index cda282448b..56d726dc7d 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -396,7 +396,7 @@ class Range end end -class File +class File < IO class Stat def pretty_print(q) require 'etc.so' @@ -503,7 +503,7 @@ class MatchData end end -class Object +class Object < BasicObject include PP::ObjectMixin end -- cgit v1.2.3