yob / pdf-reader

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
MIT License
1.81k stars 271 forks source link

set buffer.rb to `typed: true` #433

Closed yob closed 2 years ago

yob commented 2 years ago

Most methods are still using T.untyped, but this is a start.

Once this merges, all files in lib/ are either typed: true or typed: strict.