Sha256: 3d5e05d3ae8e80e4c1bbc25c19fe7a19b618c2a09478e900c1ca45110b57a55b
Contents?: true
Size: 205 Bytes
Versions: 6
Compression:
Stored size: 205 Bytes
Contents
require_relative '../table' module TTFunk class Table class Simple < Table attr_reader :tag def initialize(file, tag) @tag = tag super(file) end end end end
Version data entries
6 entries across 5 versions & 2 rubygems