class TTFunk::Table::Simple
A table that TTFunk
doesn’t decode but preserve.
Attributes
tag[R]
Table
tag @return [String]
Public Class Methods
new(file, tag)
click to toggle source
@param file [TTFunk::File] @param tag [String]
Calls superclass method
TTFunk::Table::new
# File lib/ttfunk/table/simple.rb, line 15 def initialize(file, tag) @tag = tag super(file) end