plessl / wkpdf

A command line HTML to PDF converter for Mac OS X
http://plessl.github.com/wkpdf
MIT License
184 stars 24 forks source link

Changed @margins.count to @margins.length #27

Closed tizmagik closed 12 years ago

tizmagik commented 12 years ago

This fixed an error that was being produced on Mac OSX 10.5:

undefined method 'count' for [:auto, :auto, :auto, :auto]:Array (NoMethodError)

No idea why .count wasn't working, but .length seems to do the trick

plessl commented 12 years ago

Your pull request has been merged. I have already pushed out a new wkpdf version 0.6.3 which includes your patch.

Best regards, Christian