ToIO() private method

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