Sha256: 55ec438d5422b4f88d4c645887c61b23aad952176a23ed5d4e9948c1665a0ef9
Contents?: true
Size: 616 Bytes
Versions: 16
Compression:
Stored size: 616 Bytes
Contents
o:$YARD::CodeObjects::MethodObject: @name: getc:@docstringIC:YARD::Docstring" obsolete :@objectu:YARD::StubProxyKernel#getc: @summary0: @all"obsolete :@ref_tags[ : @tags[ :@current_file_has_commentsF:@scope: instance:@parameters[ :@docstring_extra0:@files[[" io.c0:@namespaceu;Kernel: @path"Kernel#getc;[ :@visibility:public:@source"ï/* * obsolete */ static VALUE rb_f_getc() { rb_warn("getc is obsolete; use STDIN.getc instead"); if (TYPE(rb_stdin) != T_FILE) { return rb_funcall3(rb_stdin, rb_intern("getc"), 0, 0); } return rb_io_getc(rb_stdin); }:@source_type:c
Version data entries
16 entries across 16 versions & 2 rubygems