= private = protected
print(*opts)
Prints the given opts to standard output, see IO#print for more information.
# File lib/irb/output-method.rb, line 87 def print(*opts) STDOUT.print(*opts) end