lib/ttfunk/table/post/format30.rb in ttfunk-1.4.0 vs lib/ttfunk/table/post/format30.rb in ttfunk-1.5.0

- old
+ new

@@ -1,17 +1,17 @@ module TTFunk class Table class Post module Format30 - def glyph_for(code) - ".notdef" + def glyph_for(_code) + '.notdef' end private - def parse_format! - # do nothing. Format 3 is easy-sauce. - end + def parse_format! + # do nothing. Format 3 is easy-sauce. + end end end end end