158 159 160
# File 'lib/memfs/io.rb', line 158 def printf(format_string, *objs) print format_string % objs end