Sha256: ebf65109abd02e45eb8792a374146a09f3d6045542b46222e7c39813dc862751
Contents?: true
Size: 1.95 KB
Versions: 12
Compression:
Stored size: 1.95 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI" IO#write:EF:@parameters[ :@files[[I" io.c;T0:@current_file_has_commentsF: @name: write:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"mWrites the given string to <em>ios</em>. The stream must be opened for writing. If the argument is not a string, it will be converted to a string using <code>to_s</code>. Returns the number of bytes written. count = $stdout.write( "This is a test\n" ) puts "That was #{count} bytes of data" <em>produces:</em> This is a test That was 15 bytes of data;F:@objectIu:YARD::StubProxy IO#write;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"write(string);F;IC;"