70 71 72 73
# File 'lib/irb/locale.rb', line 70 def print(*opts) ary = opts.collect{|opt| String(opt)} super(*ary) end