method
puts
v1_8_7_330 -
Show latest stable
- Class:
IRB::Locale
puts(*opts)public
No documentation available.
# File lib/irb/locale.rb, line 73
def puts(*opts)
ary = opts.collect{|opt| String(opt)}
super(*ary)
end