A Ruby gem that provides an IO wrapper with progress reporting capabilities. It wraps any IO object and calls a callback with the current offset and total size on each read operation, making it perfect for implementing progress bars or monitoring file operations.
Required Ruby Version
>= 1.8.7
Authors
Julik Tarkhanov