method

printf

Importance_1
Ruby latest stable (v1_8_7_72) - 0 notes - Class: Kernel
printf(...) public

Equivalent to:

   io.write(sprintf(string, obj, ...)

or

   $stdout.write(sprintf(string, obj, ...)
Show source
Register or log in to add new notes.