Closed() private method

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