1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

Ruby: fix code style

This commit is contained in:
Alex Kotov 2022-05-24 17:45:40 +03:00
parent 5fb00a8225
commit b812ec148e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -65,7 +65,9 @@ module KernAux
##
# Typical `printf`.
#
# @param args [Array<String, Array<(String, Object)>, Array<(String, Integer, Object)>>]
# @param args [Array<String,
# Array<(String, Object)>,
# Array<(String, Integer, Object)>>]
# @return [String] formatted output
#
# @example