class IRB::Locale

def puts(*opts)

def puts(*opts)
  ary = opts.collect{|opt| String(opt)}
  super(*ary)
end