Methods
P
Instance Public methods
print(*opts)
# File ../ruby/lib/irb/output-method.rb, line 65
def print(*opts)
  STDOUT.print(*opts)
end