EachByte() private method

private EachByte ( BlockParam block, RubyIO self ) : object
block IronRuby.Runtime.BlockParam
self RubyIO
return object
Example #1
0
 public static object EachByte(RubyContext /*!*/ context, BlockParam block, object self)
 {
     RubyIOOps.EachByte(block, context.InputProvider.GetOrResetCurrentStream());
     return(self);
 }