Sha256: 3d2e9cb8d7407997e992610a8d7a76f62ef3c847f318d6d456525977865eb186

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

module TTFunk
  class Placeholder
    attr_accessor :position
    attr_reader :name, :length

    def initialize(name, length: 1)
      @name = name
      @length = length
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttfunk-1.7.0 lib/ttfunk/placeholder.rb
ttfunk-1.6.2.1 lib/ttfunk/placeholder.rb
ttfunk-1.6.2 lib/ttfunk/placeholder.rb
ttfunk-1.6.1 lib/ttfunk/placeholder.rb
ttfunk-1.6.0 lib/ttfunk/placeholder.rb