class IRB::StdioOutputMethod

A standard output printer

def print(*opts)

information.
Prints the given +opts+ to standard output, see IO#print for more
def print(*opts)
  STDOUT.print(*opts)
end