Skip to content

Commit 4c6c02d

Browse files
tompnghsbt
authored andcommitted
fix invalid nodoc comment of Pathname#plus
1 parent 6721ec2 commit 4c6c02d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pathname_builtin.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,8 @@ def +(other)
808808
end
809809
alias / +
810810

811-
def plus(path1, path2) # -> path # :nodoc:
811+
# (path1, path2) -> path
812+
def plus(path1, path2) # :nodoc:
812813
prefix2 = path2
813814
index_list2 = []
814815
basename_list2 = []

0 commit comments

Comments
 (0)