Sha256: d761b8badfe95a0760b61e7bdd5189f406778b16205277bc2d807db64605521d

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module Core
    module Shape
      module TextBlock
        TYPE_NAME = 'text-block'
      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

3 entries across 3 versions & 1 rubygems

Version Path
thinreports-0.12.1 lib/thinreports/core/shape/text_block.rb
thinreports-0.12.0 lib/thinreports/core/shape/text_block.rb
thinreports-0.11.0 lib/thinreports/core/shape/text_block.rb