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