<<

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!
doc_ruby_on_rails
2015-04-13 09:51:35
Comments
Leave a Comment

Please login to continue.