diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-31 04:57:54 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-31 04:57:54 +0000 |
| commit | 86ccfe3d030e493a10adc4841190998b20d4ccff (patch) | |
| tree | 4cc0f85f034b1fc132553a6a8ec010983f126288 /lib/pp.rb | |
| parent | db17ce56bd96b8f31b26d565289a871621624331 (diff) | |
| download | ruby-86ccfe3d030e493a10adc4841190998b20d4ccff.tar.gz ruby-86ccfe3d030e493a10adc4841190998b20d4ccff.tar.xz ruby-86ccfe3d030e493a10adc4841190998b20d4ccff.zip | |
refine previous change.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/pp.rb')
| -rw-r--r-- | lib/pp.rb | 2 |
1 files changed, 1 insertions, 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 { |
