class TTFunk::Table::Simple
Attributes
tag[R]
Public Class Methods
new(file, tag)
click to toggle source
Calls superclass method
TTFunk::Table::new
# File lib/ttfunk/table/simple.rb, line 8 def initialize(file, tag) @tag = tag super(file) end