A standard output printer
Prints the given opts to standard output, see IO#print for more information.
opts
IO#print
Source: show | on GitHub
# File ruby/lib/irb/output-method.rb, line 76 def print(*opts) STDOUT.print(*opts) end