prawnpdf / ttfunk

Font Metrics Parser for Prawn
http://prawnpdf.org
Other
125 stars 75 forks source link

warning: instance variable @offset not initialized #31

Closed jakoch closed 7 years ago

jakoch commented 8 years ago

/home/travis/.rvm/gems/ruby-2.3.1/gems/ttfunk-1.4.0/lib/ttfunk/table.rb:25: warning: instance variable @offset not initialized

pointlessone commented 8 years ago

Hello Jens,

Thank you for reporting the warning. Would you be willing to submit a fix as well?

jakoch commented 8 years ago

Hey Alex, sorry, i'm not a ruby guy.

pointlessone commented 8 years ago

No problem. Thank you for your contribution.

Just in case you're worried about the warning. It's not a big deal. Ruby gives a lot of hints on how to improve code to avoid potential problems. In this case it's OK. We'll get to fixing all the warnings. Eventually.

hidakatsuya commented 7 years ago

This warning has been fixed by #41

pointlessone commented 7 years ago

@hidakatsuya Thank you.