printf(format, *args) -> nil
format に従い引数 args を文字列に変換して出力します。
IO#printf と同様です。
[SEE_ALSO] Kernel.#printf