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

Version Path
embulk-input-druginfo_interview_form-0.1.0 vendor/bundle/ruby/2.4.0/gems/ttfunk-1.5.1/lib/ttfunk/table/simple.rb
embulk-input-druginfo_interview_form-0.1.0 vendor/bundle/ruby/2.5.0/gems/ttfunk-1.5.1/lib/ttfunk/table/simple.rb
ttfunk-1.5.1 lib/ttfunk/table/simple.rb
ttfunk-1.5.0 lib/ttfunk/table/simple.rb
ttfunk-1.4.0 lib/ttfunk/table/simple.rb
ttfunk-1.3.0 lib/ttfunk/table/simple.rb