method

flush

v1_9_1_378 - Show latest stable - Class: Zlib::Deflate
flush(p1 = v1)
public

This method is equivalent to deflate('', flush). If flush is omitted, Zlib::SYNC_FLUSH is used as flush. This method is just provided to improve the readability of your Ruby program.

TODO: document better!