printf(*opts)
No documentation available.
# File lib/irb/locale.rb, line 70 def printf(*opts) s = format(*opts) print s end