aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2023-11-08 15:20:01 +0000
committergit <svn-admin@ruby-lang.org>2023-11-08 15:20:01 +0000
commit32e89b7f9cdd29d553be7f0e55eed1c21fc79184 (patch)
treead5f39e0d42a8b0eabe18a01411c0b2ee3a56479
parentddcfc9feabf22ed6cc1071e65948a1d512a906fe (diff)
downloadruby-32e89b7f9cdd29d553be7f0e55eed1c21fc79184.tar.gz
* remove trailing spaces. [ci skip]
-rw-r--r--lib/tempfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index ca8fa4bf7e..d192bf3502 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -305,7 +305,7 @@ class Tempfile < DelegateClass(File)
class Remover # :nodoc:
def initialize(path)
@pid = Process.pid
- @path = path
+ @path = path
end
def call(*args)