From f02fffbe0462f5e6b115f86bc5c7e5dc7d47f610 Mon Sep 17 00:00:00 2001 From: git Date: Fri, 23 Jan 2026 06:06:16 +0000 Subject: [PATCH] * remove trailing spaces. [ci skip] --- pathname_builtin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathname_builtin.rb b/pathname_builtin.rb index a78f812459..939c47cb97 100644 --- a/pathname_builtin.rb +++ b/pathname_builtin.rb @@ -696,7 +696,7 @@ class Pathname # Occurrences of '/', '.', and '..' are preserved: # # Pathname.new('/a') + '//b//c/./../d' # => # - # + # # This method does not access the file system, so +other+ need not represent # an existing (or even a valid) file or directory path: #