Skip to content

Commit 8bd866e

Browse files
committed
[DOC] fix invalid nodoc comment of Pathname#plus
1 parent 486ebd9 commit 8bd866e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/pathname_builtin.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,8 @@ def +(other)
708708
end
709709
alias / +
710710

711-
def plus(path1, path2) # -> path # :nodoc:
711+
# (path1, path2) -> path
712+
def plus(path1, path2) # :nodoc:
712713
prefix2 = path2
713714
index_list2 = []
714715
basename_list2 = []

0 commit comments

Comments
 (0)