Source: show | on GitHub
# File ../ruby/lib/irb/output-method.rb, line 65 def print(*opts) STDOUT.print(*opts) end