Sha256: 785b3a52f97226b6ce0a1b0c67d6606b9637fef04b3d0f22653c6f94da2023a5
Contents?: true
Size: 1.56 KB
Versions: 16
Compression:
Stored size: 1.56 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: putc:@docstringIC:YARD::Docstring"øIf <i>obj</i> is <code>Numeric</code>, write the character whose code is <i>obj</i>, otherwise write the first character of the string representation of <i>obj</i> to <em>ios</em>. $stdout.putc "A" $stdout.putc 65 <em>produces:</em> AA :@objectu:YARD::StubProxyIO#putc: @summary0: @all"!If <i>obj</i> is <code>Numeric</code>, write the character whose code is <i>obj</i>, otherwise write the first character of the string representation of <i>obj</i> to <em>ios</em>. $stdout.putc "A" $stdout.putc 65 <em>produces:</em> AA @overload putc(obj) @return [Object]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;IO#putc;;;IC; "