prawnpdf / prawn-table

Provides support for tables in Prawn
Other
205 stars 98 forks source link

Fixes #43 - Migrate error from Prawn to prawn-table #136

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

Addresses the prawn-table side of #43

This defines an error constant in prawn-table if it is not already defined. This allows us to safely remove it from prawn, and for the gem to work with versions of prawn that define it (or not)

@pointlessone This allows addressing the prawn side of #43 with the next release.