Skip to content

Commit

Permalink
Fix YARD syntax for array of strings
Browse files Browse the repository at this point in the history
Co-Authored-By: Olle Jonsson <[email protected]>
  • Loading branch information
mvz and olleolleolle committed Jan 15, 2022
1 parent 2660b3d commit 8fde296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aruba/processes/in_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def stderr(*)

# Write strings to stdin
#
# @param *input [Array of String]
# @param *input [Array<String>]
def write(*input)
@stdin.write(*input)
end
Expand Down

0 comments on commit 8fde296

Please sign in to comment.