Getc() private method

private Getc ( RubyIO self ) : object
self RubyIO
return object
Example #1
0
 public static object Getc(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Getc(context.InputProvider.GetOrResetCurrentStream()));
 }