= private = protected
printn(*opts)
Prints the given opts, with a newline delimiter.
# File lib/irb/output-method.rb, line 30 def printn(*opts) print opts.join(" "), "\n" end