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

- old
+ new

@@ -26,21 +26,19 @@ end def raw if exists? parse_from(offset) { io.read(length) } - else - nil end end def tag self.class.name.split(/::/).last.downcase end private - def parse! - # do nothing, by default - end + def parse! + # do nothing, by default + end end end