Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby21
/
share
/
ri
/
2.1.0
/
system
/
IO
/
//opt/alt/ruby21/share/ri/2.1.0/system/IO/print-i.ri
U:RDoc::AnyMethod[iI" print:ETI" IO#print;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DWrites the given object(s) to <em>ios</em>. The stream must be ;TI"Iopened for writing. If the output field separator (<code>$,</code>) ;TI"Gis not <code>nil</code>, it will be inserted between each object. ;TI"7If the output record separator (<code>$\\</code>) ;TI"Gis not <code>nil</code>, it will be appended to the output. If no ;TI"Farguments are given, prints <code>$_</code>. Objects that aren't ;TI"Jstrings will be converted by calling their <code>to_s</code> method. ;TI"LWith no argument, prints the contents of the variable <code>$_</code>. ;TI"Returns <code>nil</code>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"3$stdout.print("This is ", 100, " percent.\n") ;T:@format0o; ; [I"<em>produces:</em>;T@o;; [I"This is 100 percent.;T; 0: @fileI" io.c;T:0@omit_headings_from_table_of_contents_below0I"Cios.print() -> nil ios.print(obj, ...) -> nil ;T0[ I"(*args);T@ FI"IO;TcRDoc::NormalClass00