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:
parent
caa76f71fb
commit
097c41755d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue