Pos() private method

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