Skip to content

Commit 0777e5b

Browse files
matzbothsbt
authored andcommitted
* remove trailing spaces. [ci skip]
1 parent 934c582 commit 0777e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pathname_builtin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def ascend
696696
# Occurrences of <tt>'/'</tt>, <tt>'.'</tt>, and <tt>'..'</tt> are preserved:
697697
#
698698
# Pathname.new('/a') + '//b//c/./../d' # => #<Pathname://b//c/./../d>
699-
#
699+
#
700700
# This method does not access the file system, so +other+ need not represent
701701
# an existing (or even a valid) file or directory path:
702702
#

0 commit comments

Comments
 (0)