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 authored Jun 1, 2019
1 parent 1f96603 commit 209f183
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 209f183

Please sign in to comment.