Studiosity / grover

A Ruby gem to transform HTML into PDFs, PNGs or JPEGs using Google Puppeteer/Chromium
MIT License
946 stars 107 forks source link

Unwrap hash in Grover.new examples #265

Closed sabslikesobs closed 1 week ago

sabslikesobs commented 3 weeks ago

Some Grover.new examples use (an old?) format for invocation where an explicit hash is the second argument. These fail because Grover expects keyword arguments.