Eof() private method

private Eof ( RubyIO self ) : bool
self RubyIO
return bool
Ejemplo n.º 1
0
 public static bool EoF(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Eof(context.InputProvider.GetCurrentStream()));
 }