method
puts
puts(*opts)
public
Hide source
# File lib/irb/locale.rb, line 75 def puts(*opts) ary = opts.collect{|opt| String(opt)} super(*ary) end