class TTFunk::Table::Simple
Attributes
Public Class Methods
Source
# File lib/ttfunk/table/simple.rb, line 10 def initialize(file, tag) @tag = tag super(file) end
Calls superclass method
TTFunk::Table::new