= private = protected
printf(format, *opts)
extend printf
# File lib/irb/output-method.rb, line 30 def printf(format, *opts) if /(%*)%I/ =~ format format, opts = parse_printf_format(format, opts) end print sprintf(format, *opts) end