aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tempfile.rb')
-rw-r--r--lib/tempfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index 971e1919ea..e7df7d670e 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -261,11 +261,11 @@ class Tempfile < DelegateClass(File)
end
alias length size
+ # :stopdoc:
def inspect
"#<#{self.class}:#{path}>"
end
- # :stopdoc:
class Remover
def initialize(data)
@pid = $$