Sha256: 01274c76a03bf6765e6ee823766437d84355098b34c2af25c01d6ea974eaf63b
Contents?: true
Size: 1.66 KB
Versions: 16
Compression:
Stored size: 1.66 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:getbyte:@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#getbyte: @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#getbyte;: getc;IC; "