Mega Code Archive

 
Categories / Ruby / Development
 

Use printf to print the output to your display (the default standard output device)

printf( "Hello, %s", "Matz!" ) # => Hello, Matz!