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:
parent
caa76f71fb
commit
097c41755d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user