зеркало из https://github.com/github/ruby.git
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:
Родитель
caa76f71fb
Коммит
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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче