[Source]
# File lib/irb/output-method.rb, line 81 81: def print(*opts) 82: STDOUT.print(*opts) 83: end
[Validate]