boazsegev / combine_pdf

A Pure ruby library to merge PDF files, number pages and maybe more...
MIT License
733 stars 154 forks source link

Use `require` to load code #216

Open casperisfine opened 2 years ago

casperisfine commented 2 years ago

This plays better with bootsnap and such, and ensure code won't be loaded twice.

I looked in the history why load was used, but couldn't find any reason.

cc @boazsegev