summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2026-01-23 06:06:16 +0000
committergit <svn-admin@ruby-lang.org>2026-01-23 06:06:16 +0000
commitf02fffbe0462f5e6b115f86bc5c7e5dc7d47f610 (patch)
tree3215502aa597861ebd467e7340d08f61fd0c63b8
parentaba48bd5d6a36328026e87e72a34897475d73145 (diff)
* remove trailing spaces. [ci skip]
-rw-r--r--pathname_builtin.rb2
1 files changed, 1 insertions, 1 deletions
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 <tt>'/'</tt>, <tt>'.'</tt>, and <tt>'..'</tt> are preserved:
#
# Pathname.new('/a') + '//b//c/./../d' # => #<Pathname://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:
#