Eof() private method

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