class TTFunk::Table::Simple

Attributes

tag[R]

Public Class Methods

new(file, tag) click to toggle source
# File lib/ttfunk/table/simple.rb, line 8
def initialize(file, tag)
  @tag = tag
  super(file)
end