Sha256: d6ae6a183c12e9122a195688593e93ab4b399c92f8223af1653d2c76efcfba68
Contents?: true
Size: 1.64 KB
Versions: 16
Compression:
Stored size: 1.64 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: getc:@docstringIC:YARD::Docstring"«Gets the next 8-bit byte (0..255) from <em>ios</em>. Returns <code>nil</code> if called at end of file. f = File.new("testfile") f.getc #=> 84 f.getc #=> 104 :@objectu:YARD::StubProxyIO#getc: @summary0: @all"ÔGets the next 8-bit byte (0..255) from <em>ios</em>. Returns <code>nil</code> if called at end of file. f = File.new("testfile") f.getc #=> 84 f.getc #=> 104 @overload getc @return [Fixnum, nil]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;IO#getc;;;IC; "