# File test/pseudo_io.rb, line 32
def
printf
(
fmt
,
*
args
)
write
(
sprintf
(
fmt
,
*
args
))
nil
end