1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

refine previous change.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2002-01-31 04:57:54 +00:00
parent caa76f71fb
commit 097c41755d

View file

@ -356,7 +356,7 @@ class File
pp.nest(1) {
pp.text "#<"
pp.text self.class.name
pp.breakable; pp.text "dev="; pp.pp self.dev; pp.text ','
pp.breakable; pp.text sprintf("dev=0x%x", self.dev); pp.text ','
pp.breakable; pp.text "ino="; pp.pp self.ino; pp.text ','
pp.breakable
pp.group {