public static boolean sprintf(Ruby runtime, ByteList to, CharSequence format, int arg) { return rubySprintf(to, format, new Args(runtime, (long)arg));
確定! 回上一頁