# File lib/mspec/helpers/io.rb, line 14 14: def printf(format, *args) 15: self << sprintf(format, *args) 16: end