summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pp.rb b/lib/pp.rb
index 82470ce909..24503b1919 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -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 {