FileNo() private method

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