Sha256: 8ddbabad5f08153e7fdce9146e7d88121a5121eea2a984db1b54a80e09fca255
Contents?: true
Size: 363 Bytes
Versions: 5
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true module Thinreports module BasicReport module Core module Shape module TextBlock TYPE_NAME = 'text-block' end end end end end require_relative 'text_block/format' require_relative 'text_block/internal' require_relative 'text_block/interface' require_relative 'text_block/formatter'
Version data entries
5 entries across 5 versions & 1 rubygems