Method: PureRubyStringIO#printf

Defined in:
lib/bijou/prstringio.rb

#printf(format_string, *args) ⇒ Object



220
221
222
223
224
# File 'lib/bijou/prstringio.rb', line 220

def printf(format_string, *args)
  requireWritable
  write format(format_string, *args)
  nil
end