Pos() private method

private Pos ( RubyIO self ) : object
self RubyIO
return object
Esempio n. 1
0
 public static void Pos(RubyContext /*!*/ context, object self, [DefaultProtocol] IntegerValue pos)
 {
     RubyIOOps.Pos(context.InputProvider.GetCurrentStream(), pos);
 }
Esempio n. 2
0
 public static object Pos(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Pos(context.InputProvider.GetCurrentStream()));
 }