public static object EachByte(RubyContext /*!*/ context, BlockParam block, object self) { RubyIOOps.EachByte(block, context.InputProvider.GetOrResetCurrentStream()); return(self); }