ReadChar() private method

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