print(*opts)
No documentation available.
# File lib/irb/locale.rb, line 65 def print(*opts) ary = opts.collect{|opt| String(opt)} super(*ary) end