ios
Instance Public methods
String OutputâWrites obj to ios. obj will be
converted to a string using to_s
.
$stdout << "Hello " << "world!\n"
produces:
Hello world!
String OutputâWrites obj to ios. obj will be
converted to a string using to_s
.
$stdout << "Hello " << "world!\n"
produces:
Hello world!
Please login to continue.