Rewind() private method

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