diff options
author | git <[email protected]> | 2023-11-08 15:20:01 +0000 |
---|---|---|
committer | git <[email protected]> | 2023-11-08 15:20:01 +0000 |
commit | 32e89b7f9cdd29d553be7f0e55eed1c21fc79184 (patch) | |
tree | ad5f39e0d42a8b0eabe18a01411c0b2ee3a56479 /lib/tempfile.rb | |
parent | ddcfc9feabf22ed6cc1071e65948a1d512a906fe (diff) |
* remove trailing spaces. [ci skip]
Diffstat (limited to 'lib/tempfile.rb')
-rw-r--r-- | lib/tempfile.rb | 2 |
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) |